Skip to content

Struct FTryllGraphDescription

ClassList > FTryllGraphDescription

More...

  • #include <TryllGraphDescription.h>

Public Attributes

Type Name
FString DefaultModelName
TArray< FTryllNodeDescription > Nodes
TArray< FTryllExitRoute > Routes
FString StartNode

Detailed Description

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

Public Attributes Documentation

variable DefaultModelName

FString 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 Routes

TArray<FTryllExitRoute> FTryllGraphDescription::Routes;

variable StartNode

FString FTryllGraphDescription::StartNode;


The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-unreal/Source/TryllClient/Public/TryllGraphDescription.h