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 | |
---|---|---|---|
![]() |
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 |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FOnCopyTermDefaultsToDefaultObject & | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead | |
![]() ![]() |
FOnFinishCompilingClass & | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead | |
![]() ![]() |
FOnPostExpansionStep & | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead | |
![]() ![]() |
FOnPostProcessAnimationNodes & | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead | |
![]() ![]() |
FOnPreProcessAnimationNodes & | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead | |
![]() ![]() |
PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnStartCompilingClass & | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead |