Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusDeformer
Description
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.
| Name | AddTriggerGraph |
| Type | function |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDeformer.h |
| Include Path | #include "OptimusDeformer.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusDeformer.cpp |
UOptimusNodeGraph * AddTriggerGraph
(
const FString & InName
)
Parameters
| Name | Remarks |
|---|---|
| InName | The name to give the graph. The name "Setup" cannot be used, since it's a reserved name. |