Navigation
API > API/Plugins > API/Plugins/ChaosVD
Set of flags used to control how we generate a transform from implicit object data
| Name | EChaosVDGeometryTransformGeneratorFlags |
| Type | enum |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDGeometryBuilder.h |
| Include Path | #include "ChaosVDGeometryBuilder.h" |
Syntax
enum EChaosVDGeometryTransformGeneratorFlags
{
None = 0,
UseScaleForSize = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| UseScaleForSize | When calculating the adjusted transform, it will generate a scale to represent the actual size of the implicit object |