Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusDeformer
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDeformer.h |
| Include | #include "OptimusDeformer.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusDeformer.cpp |
UOptimusNodeGraph * AddTriggerGraph
(
const FString & InName
)
Remarks
Add a trigger graph. This graph will be scheduled to execute on next tick, prior to the update graph being executed, after being triggered from a blueprint.
Parameters
| Name | Description |
|---|---|
| InName | The name to give the graph. The name "Setup" cannot be used, since it's a reserved name. |