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