Skip to content

FTransitionStackContainer

Module: SMSystemEditor

Inherits from FNodeStackContainer

Public Functions

Name
FTransitionStackContainer()
FTransitionStackContainer(TSubclassOf< USMTransitionInstance > InClass, USMNodeInstance * InTemplate =nullptr)
virtual TSubclassOf< USMNodeInstance > GetNodeClass() override

Public Attributes

Name
bool bNOT
ESMExpressionMode Mode
TSubclassOf< USMTransitionInstance > TransitionStackClass
FSlateBrush CachedBrush
FString CachedTexture
FVector2D CachedTextureSize
FLinearColor CachedNodeTintColor
TSharedPtr< class SImage > IconImage

Public Functions Documentation

function FTransitionStackContainer

inline FTransitionStackContainer()

function FTransitionStackContainer

inline explicit FTransitionStackContainer(
    TSubclassOf< USMTransitionInstance > InClass,
    USMNodeInstance * InTemplate =nullptr
)

function GetNodeClass

inline virtual TSubclassOf< USMNodeInstance > GetNodeClass() override

Public Attributes Documentation

variable bNOT

bool bNOT;

NOT the result when auto formatting the graph.


variable Mode

ESMExpressionMode Mode;

The operation to auto format the graph to.


variable TransitionStackClass

TSubclassOf< USMTransitionInstance > TransitionStackClass;

The class to assign the template for this transition stack.


variable CachedBrush

FSlateBrush CachedBrush;

variable CachedTexture

FString CachedTexture;

variable CachedTextureSize

FVector2D CachedTextureSize;

variable CachedNodeTintColor

FLinearColor CachedNodeTintColor;

variable IconImage

TSharedPtr< class SImage > IconImage;