Navigation
API > API/Editor > API/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_DISABLE_DEPRECATION_WARNINGS |
Functions
| Type | Name | Description | |
|---|---|---|---|
| THandlerClass * | GetHandler
(
FName InName |
Get a GetHandler of specified type with the specified name. | |
| IAnimBlueprintCompilerHandler * | GetHandlerByName
(
FName InName |
Get a GetHandler with the specified name. | |
| void | RegisterHandler
(
FName InName, |
Register a named handler | |
| void | UnregisterHandler
(
FName InName |
Register a named handler |