Navigation
API > API/Plugins > API/Plugins/VariantManagerContent
| Name | EPropertyValueCategory |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/PropertyValue.h |
| Include Path | #include "PropertyValue.h" |
Syntax
enum EPropertyValueCategory
{
Undefined = 0,
Generic = 1,
RelativeLocation = 2,
RelativeRotation = 4,
RelativeScale3D = 8,
Visibility = 16,
Material = 32,
Color = 64,
Option = 128,
}
Values
| Name | Remarks |
|---|---|
| Undefined | |
| Generic | |
| RelativeLocation | |
| RelativeRotation | |
| RelativeScale3D | |
| Visibility | |
| Material | |
| Color | |
| Option |