Struct FTryllGraphOptions¶
ClassList > FTryllGraphOptions
#include <TryllGraphDescription.h>
Public Static Functions¶
| Type | Name |
|---|---|
| TArray< FString > | GetNodeNameOptions (const FTryllGraphDescription & Graph) |
Detailed Description¶
Shared helpers for Details-panel dropdowns that enumerate node names. Used by GetExitTargetOptions (on UTryllNodeParamsBase) and GetStartNodeOptions (on UTryllWorkflowAsset / UTryllAgentComponent).
Public Static Functions Documentation¶
function GetNodeNameOptions¶
static TArray< FString > FTryllGraphOptions::GetNodeNameOptions (
const FTryllGraphDescription & Graph
)
Returns all non-empty node names from Graph.Nodes, in authoring order. No END sentinel.
The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-unreal/Source/TryllClient/Public/TryllGraphDescription.h