Navigation
API > API/Plugins > API/Plugins/ZoneGraph > API/Plugins/ZoneGraph/FZoneShapeCustomVersion
| |
|
| Name |
Type |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneShapeComponent.h |
| Include Path |
#include "ZoneShapeComponent.h" |
Syntax
enum Type
{
BeforeCustomVersionWasAdded = 0,
AddedRoll,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
}
Values
| Name |
Remarks |
| BeforeCustomVersionWasAdded |
Before any version changes were made in the plugin. |
| AddedRoll |
Added roll to points. |
| VersionPlusOne |
------------------------------------------------ |
| LatestVersion |
|