Navigation
API > API/Plugins > API/Plugins/CustomizableObjectPopulation > API/Plugins/CustomizableObjectPopulation/FCustomizableObj-_1
| |
|
| Name |
Type |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MutablePopulation/Source/CustomizableObjectPopulation/Public/MuCOP/CustomizableObjectPopulationCustomVersion.h |
| Include Path |
#include "MuCOP/CustomizableObjectPopulationCustomVersion.h" |
Syntax
enum Type
{
BeforeCustomVersionWasAdded = 0,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
}
Values
| Name |
Remarks |
| BeforeCustomVersionWasAdded |
Before any version changes were made in the plugin. |
| VersionPlusOne |
------------------------------------------------ |
| LatestVersion |
|