Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | IAnimBlueprintCompilerHandlerCollection |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCompilerHandlerCollection.h |
| Include Path | #include "IAnimBlueprintCompilerHandlerCollection.h" |
Syntax
class IAnimBlueprintCompilerHandlerCollection
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS ~IAnimBlueprintCompilerHandlerCollection() |
IAnimBlueprintCompilerHandlerCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THandlerClass * GetHandler
(
FName InName |
Get a GetHandler of specified type with the specified name. | IAnimBlueprintCompilerHandlerCollection.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAnimBlueprintCompilerHandler * GetHandlerByName
(
FName InName |
Get a GetHandler with the specified name. | IAnimBlueprintCompilerHandlerCollection.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterHandler
(
FName InName, |
Register a named handler | IAnimBlueprintCompilerHandlerCollection.h | |
static void UnregisterHandler
(
FName InName |
Register a named handler | IAnimBlueprintCompilerHandlerCollection.h |