Navigation
API > API/Editor > API/Editor/AnimGraph
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCompilerCreationContext.h |
| Include | #include "IAnimBlueprintCompilerCreationContext.h" |
Syntax
class IAnimBlueprintCompilerCreationContext
Remarks
Interface to the creation of an anim BP compiler context
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnCopyTermDefaultsToDefaultObject & | |||
| FOnFinishCompilingClass & | |||
| FOnPostExpansionStep & | |||
| FOnPostProcessAnimationNodes & | |||
| FOnPreProcessAnimationNodes & | |||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS FOnStartCompilingClass & | |||
| void | RegisterKnownGraphSchema
(
TSubclassOf< UEdGraphSchema > InGraphSchemaClass |
Registers a graphs schema class to the anim BP compiler so that default function processing is not performed on it |