Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintPostExpansionStepContext.h |
Include | #include "IAnimBlueprintPostExpansionStepContext.h" |
Syntax
class IAnimBlueprintPostExpansionStepContext
Remarks
Interface passed to PostExpansionStep delegate.
Destructors
Type | Name | Description |
---|---|---|
~IAnimBlueprintPostExpansionStepContext () |
Functions
Type | Name | Description |
---|---|---|
const FKisme... | GetCompileOptions () | Get the compiler options we are currently using. |
const FKisme... | GetCompileOptionsImpl () | Get the compiler options we are currently using. |
UEdGraph ... | GetConsolidatedEventGraph () | Get the consolidated uber graph during compilation. |
UEdGraph ... | GetConsolidatedEventGraphImpl () | Get the consolidated uber graph during compilation. |
FCompilerRes... | GetMessageLog () | Get the message log for the current compilation. |
FCompilerRes... | GetMessageLogImpl () | Get the message log for the current compilation. |