Skip to content

ISMGraphGeneration::FCreateStateStackArgs

#include <ISMGraphGeneration.h>

Description

struct ISMGraphGeneration::FCreateStateStackArgs;

Arguments for creating a state stack state.

Public Attributes

Name
TSubclassOf< USMStateInstance > StateStackInstanceClass
int32 StateStackIndex

Public Attributes Documentation

variable StateStackInstanceClass

TSubclassOf< USMStateInstance > StateStackInstanceClass;

[Required] The state instance class to use.


variable StateStackIndex

int32 StateStackIndex = INDEX_NONE;

[Optional] The index the instance should be inserted at. Leave INDEX_NONE to add to the end.