Skip to content

Struct FTryllGraphDescription

ClassList > FTryllGraphDescription

More...

  • #include <TryllGraphDescription.h>

Public Attributes

Type Name
FTryllModelName DefaultModelName
TArray< FTryllNodeDescription > Nodes
FString StartNode

Detailed Description

Complete graph description: nodes and entry point. Sent inside CreateAgentRequest.

Protocol v2: wiring lives on each node's typed UTryllNodeParamsBase in fields marked with meta=(GetOptions="GetExitTargetOptions") (one per declared exit). Empty value = END (turn finishes after the node). There is no separate Routes list.

Public Attributes Documentation

variable DefaultModelName

FTryllModelName FTryllGraphDescription::DefaultModelName;

Fallback model name for nodes that do not specify their own "model_name" param. Empty means every Generate node must supply its own.


variable Nodes

TArray<FTryllNodeDescription> FTryllGraphDescription::Nodes;

variable StartNode

FString FTryllGraphDescription::StartNode;


The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/unreal/Source/TryllClient/Public/TryllGraphDescription.h