Class: FSystemsReflection
class SYSTEMS_API FSystemsReflection;
Systems reflection singleton.
Stores application-wide database of named system functions to be used by
ULambdaSystem.
Methods
-
FindByNamepublic: TOptional<TFunction<SystemsWorld::LambdaSystemType>> FindByName( FName Name ) const; -
GetNamespublic: void GetNames( TArray<FString>& Result ) const; -
Registerpublic: void Register( FName Name, TFunction<SystemsWorld::LambdaSystemType> Callback ); -
Unregisterpublic: void Unregister( FName Name );
Documentation built with Unreal-Doc v1.0.8 tool by PsichiX