ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
FArticyBranch Struct Reference

#include <ArticyBranch.h>

Public Member Functions

TScriptInterface< IArticyFlowObjectGetTarget () const

Public Attributes

TArray< TScriptInterface< IArticyFlowObject > > Path
bool bIsValid = true
int32 Index = -1

Detailed Description

Represents a branch in the Articy flow, which consists of a path of nodes.

Member Function Documentation

◆ GetTarget()

TScriptInterface< IArticyFlowObject > FArticyBranch::GetTarget ( ) const

Retrieve the last object in the path.

Retrieves the target of this branch.

Returns
The target IArticyFlowObject of the branch, or nullptr if the branch is empty.

Member Data Documentation

◆ bIsValid

bool FArticyBranch::bIsValid = true

This is true if all conditions along the path evaluate to true.

◆ Path

TArray<TScriptInterface<IArticyFlowObject> > FArticyBranch::Path

The list of nodes this branch contains.


The documentation for this struct was generated from the following files:
  • Source/ArticyRuntime/Public/ArticyBranch.h
  • Source/ArticyRuntime/Private/ArticyFlowPlayer.cpp