Struct FTryllWorkflowValidator¶
ClassList > FTryllWorkflowValidator
Public Static Functions¶
| Type | Name |
|---|---|
| TArray< FTryllWorkflowIssue > | Validate (const FTryllGraphDescription & Graph) |
| bool | ValidateAndLog (const FTryllGraphDescription & Graph, const FString & ContextName) |
Public Static Functions Documentation¶
function Validate¶
static TArray< FTryllWorkflowIssue > FTryllWorkflowValidator::Validate (
const FTryllGraphDescription & Graph
)
Validate Graph and return a (possibly empty) list of issues. Thread-safety: reads Graph fields only; safe to call from any thread.
function ValidateAndLog¶
static bool FTryllWorkflowValidator::ValidateAndLog (
const FTryllGraphDescription & Graph,
const FString & ContextName
)
Convenience wrapper: validate and log results via UE_LOG (LogTryllClient). Returns true if no errors were found (warnings are tolerated).
The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-unreal/Source/TryllClient/Public/TryllWorkflowValidator.h