Navigation
API > API/Editor > API/Editor/AnimGraph
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCompilationBracketContext.h |
| Include | #include "IAnimBlueprintCompilationBracketContext.h" |
Syntax
class IAnimBlueprintCompilationBracketContext
Remarks
Interface passed to start/end compilation delegates.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TMap< UAnimGraphNode_Base *, int32 > & | Index of the nodes (must match up with the runtime discovery process of nodes, which runs thru the property chain) | ||
| const TMap< UAnimGraphNode_Base *, int32 > & | Map of anim node properties to original anim graph node. | ||
| FCompilerResultsLog & | Get the message log for the current compilation. | ||
| FCompilerResultsLog & | Get the message log for the current compilation. |