Navigation
API > API/Plugins > API/Plugins/VariantManagerContent
References
| |
|
| Module |
VariantManagerContent |
| Header |
/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/PropertyValue.h |
| Include |
#include "PropertyValue.h" |
Syntax
enum EPropertyValueCategory
&123;
Undefined = 0,
Generic = 1,
RelativeLocation = 2,
RelativeRotation = 4,
RelativeScale3D = 8,
Visibility = 16,
Material = 32,
Color = 64,
Option = 128,
&125;
Values
| Name |
Description |
| Undefined |
|
| Generic |
|
| RelativeLocation |
|
| RelativeRotation |
|
| RelativeScale3D |
|
| Visibility |
|
| Material |
|
| Color |
|
| Option |
|