Navigation
API > API/Plugins > API/Plugins/AnimNext
Default state for a graph entry point.
| Name | FAnimNextGraphState |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Graph/AnimNextGraphState.h |
| Include Path | #include "Graph/AnimNextGraphState.h" |
Syntax
USTRUCT ()
struct FAnimNextGraphState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PublicParameterStartIndex | int32 | Index of the first public parameter, of INDEX_NONE if no public parameter is present. | Graph/AnimNextGraphState.h | |
| State | FInstancedPropertyBag | All state, both public and private. | Graph/AnimNextGraphState.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Graph/AnimNextGraphState.h |