|
| EArticyPausableType | GetType () override |
| EArticyPausableType | GetType () override |
| | Gets the type of this node.
|
| void | Explore (UArticyFlowPlayer *Player, TArray< FArticyBranch > &OutBranches, const uint32 &Depth) override |
| | Explores the node's output pins.
|
| FName | GetTechnicalName () const |
| UArticyObject * | GetParent () const |
| TArray< TWeakObjectPtr< UArticyObject > > | GetChildren () const |
| FArticyId | GetParentID () const |
| TArray< FArticyId > | GetChildrenIDs () const |
|
FArticyId | GetId () const |
|
uint32 | GetCloneId () const |
|
void | SetCloneID (uint32 cCloneId) |
| bool | WasLoaded () const |
| void | Initialize () |
| UArticyPrimitive * | GetSubobject (FArticyId Id) const |
| FArticyType | GetArticyType () const |
| template<typename TValue> |
| TValue | SetProp (FName Property, TValue Value, int32 ArrayIndex=0) |
| template<typename TValue> |
| TValue & | GetProp (FName Property, int32 ArrayIndex=0) |
| template<typename TValue> |
| const TValue & | GetProp (FName Property, int32 ArrayIndex=0) const |
| template<typename TValue> |
| TValue * | GetPropPtr (FName Property, int32 ArrayIndex=0) const |
| FProperty * | GetProperty (FName Property) const |
|
virtual UClass * | GetObjectClass () const |
| bool | TrySubmerge (class UArticyFlowPlayer *Player, TArray< FArticyBranch > &OutBranches, const uint32 &Depth, const bool bForceShadowed) |
| | Tries to submerge into InputPins and explore connections.
|
| const TArray< UArticyInputPin * > * | GetInputPinsPtr () const |
| | Retrieves a pointer to the InputPins array.
|
| TArray< UArticyInputPin * > | GetInputPins () const |
| | Retrieves the input pins for this object.
|
| TArray< UArticyInputPin * > | GetInputPins_Implementation () const |
| | Implementation of the GetInputPins function.
|
| virtual void | Execute (class UArticyGlobalVariables *GV=nullptr, class UObject *MethodProvider=nullptr) |
| const TArray< UArticyOutputPin * > * | GetOutputPinsPtr () const |
| | Retrieves the output pins of the provider.
|
| TArray< UArticyOutputPin * > | GetOutputPins () const |
| | Blueprint callable event to retrieve output pins.
|
| TArray< UArticyOutputPin * > | GetOutputPins_Implementation () const |
| | Provides the implementation for retrieving output pins.
|
Represents a dialogue in the Articy flow system.