Navigation
API > API/Editor > API/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 | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FKismetCompilerOptions & | Get the compiler options we are currently using. | ||
| const FKismetCompilerOptions & | Get the compiler options we are currently using. | ||
| UEdGraph * | Get the consolidated uber graph during compilation. | ||
| UEdGraph * | Get the consolidated uber graph during compilation. | ||
| FCompilerResultsLog & | Get the message log for the current compilation. | ||
| FCompilerResultsLog & | Get the message log for the current compilation. |