Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
~IAnimBlueprintCompilerCreationContext () |
Functions
Type | Name | Description |
---|---|---|
void | RegisterKnownGraphSchema ( TSubclassOf< UEdGraphSchema > InGra... ) | 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 |
---|---|---|
FOnCopyTermD... | OnCopyTermDefaultsToDefaultObject () | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead |
FOnFinishCom... | OnFinishCompilingClass () | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead |
FOnPostExpan... | OnPostExpansionStep () | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead |
FOnPostProce... | OnPostProcessAnimationNodes () | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead |
FOnPreProces... | OnPreProcessAnimationNodes () | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead |
PRAGMA_DISAB... | OnStartCompilingClass () | Anim BP compiler delegate system is deprecated. Use UAnimBlueprintExtension instead |