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¶
function FTransitionStackContainer¶
inline explicit FTransitionStackContainer(
TSubclassOf< USMTransitionInstance > InClass,
USMNodeInstance * InTemplate =nullptr
)
function GetNodeClass¶
Public Attributes Documentation¶
variable bNOT¶
NOT the result when auto formatting the graph.
variable Mode¶
The operation to auto format the graph to.
variable TransitionStackClass¶
The class to assign the template for this transition stack.