ISMGraphGeneration::FCreateStateStackArgs¶
#include <ISMGraphGeneration.h>
Description¶
Arguments for creating a state stack state.
Public Attributes¶
| Name | |
|---|---|
| TSubclassOf< USMStateInstance > | StateStackInstanceClass |
| int32 | StateStackIndex |
Public Attributes Documentation¶
variable StateStackInstanceClass¶
[Required] The state instance class to use.
variable StateStackIndex¶
[Optional] The index the instance should be inserted at. Leave INDEX_NONE to add to the end.