Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCompilerHandlerCollection.h |
Include | #include "IAnimBlueprintCompilerHandlerCollection.h" |
Syntax
class IAnimBlueprintCompilerHandlerCollection
Destructors
Type | Name | Description |
---|---|---|
PRAGMA_DISAB... | ~IAnimBlueprintCompilerHandlerCollection () |
Functions
Type | Name | Description |
---|---|---|
THandlerClas... | GetHandler ( FName InName ) | Get a GetHandler of specified type with the specified name. |
IAnimBluepri... | GetHandlerByName ( FName InName ) | Get a GetHandler with the specified name. |
void | RegisterHandler ( FName InName, TFunction< TUniquePtr< IAnimBluepri... ) | Register a named handler |
void | UnregisterHandler ( FName InName ) | Register a named handler |