|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyBranch.h>
Public Member Functions | |
| TScriptInterface< IArticyFlowObject > | GetTarget () const |
Public Attributes | |
| TArray< TScriptInterface< IArticyFlowObject > > | Path |
| bool | bIsValid = true |
| int32 | Index = -1 |
Represents a branch in the Articy flow, which consists of a path of nodes.
| TScriptInterface< IArticyFlowObject > FArticyBranch::GetTarget | ( | ) | const |
Retrieve the last object in the path.
Retrieves the target of this branch.
| bool FArticyBranch::bIsValid = true |
This is true if all conditions along the path evaluate to true.
| TArray<TScriptInterface<IArticyFlowObject> > FArticyBranch::Path |
The list of nodes this branch contains.