Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeInstanceStorageCustomV-
| |
|
| Name |
Type |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeInstanceData.h |
| Include Path |
#include "StateTreeInstanceData.h" |
Syntax
enum Type
{
BeforeCustomVersionWasAdded = 0,
AddedCustomSerialization,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
}
Values
| Name |
Remarks |
| BeforeCustomVersionWasAdded |
Before any version changes were made in the plugin. |
| AddedCustomSerialization |
Added custom serialization. |
| VersionPlusOne |
------------------------------------------------ |
| LatestVersion |
|