Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Scene
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeVariantSetPayloadInterface.h |
| Include | #include "Scene/InterchangeVariantSetPayloadInterface.h" |
Syntax
namespace UE
{
namespace Interchange
{
enum EVariantPropertyCaptureCategory
&123;
Undefined = 0x0000,
Generic = 0x0001,
RelativeLocation = 0x0002,
RelativeRotation = 0x0004,
RelativeScale3D = 0x0008,
Visibility = 0x0010,
Material = 0x0020,
Color = 0x0040,
Option = 0x0080,
&125;
}
}
Values
| Name | Description |
|---|---|
| Undefined | |
| Generic | |
| RelativeLocation | |
| RelativeRotation | |
| RelativeScale3D | |
| Visibility | |
| Material | |
| Color | |
| Option |
Remarks
Interchange namespace.