Navigation
API > API/Plugins > API/Plugins/CustomizableObjectPopulation
| Name | CustomizableObjectPopulation::EPopulationSamplerType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MutablePopulation/Source/CustomizableObjectPopulation/Public/MuCOP/CustomizableObjectPopulationSamplers.h |
| Include Path | #include "MuCOP/CustomizableObjectPopulationSamplers.h" |
Syntax
namespace CustomizableObjectPopulation
{
enum EPopulationSamplerType
{
NONE,
BOOL,
OPTION,
UNIFORM_FLOAT,
RANGE,
CURVE,
UNIFORM_CURVE_COLOR,
CONSTANT_COLOR,
}
}
Values
| Name | Remarks |
|---|---|
| NONE | |
| BOOL | |
| OPTION | |
| UNIFORM_FLOAT | |
| RANGE | |
| CURVE | |
| UNIFORM_CURVE_COLOR | |
| CONSTANT_COLOR |