Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeInstanceData.h |
| Include | #include "StateTreeInstanceData.h" |
Syntax
USTRUCT ()
struct FStateTreeInstanceObjectWrapper
Remarks
Wrapper class to store an object amongst the structs.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UObject > | InstanceObject |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeInstanceObjectWrapper
(
UObject* Object |