Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDeformerInstance.h |
| Include | #include "OptimusDeformerInstance.h" |
Syntax
USTRUCT ()
struct FOptimusDeformerInstanceExecInfo
Remarks
Structure with cached state for a single compute graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UComputeGraph > | ComputeGraph | The ComputeGraph asset. | |
| FComputeGraphInstance | ComputeGraphInstance | The cached state for the ComputeGraph. | |
| FName | GraphName | The name of the graph | |
| EOptimusNodeGraphType | GraphType | The graph type. |
Constructors
| Type | Name | Description | |
|---|---|---|---|