| bWireframe |
bool |
Display surface as wireframe |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="Color"
|
| Color |
FLinearColor |
Constant color |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="ConstantColor"
- Meta=(EditCondition="ColorMethod == EDataflowColorMethodType::Constant")
|
| ColorMethod |
EDataflowColorMethodType |
Method for coloring the boxes |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="Color"
|
| ColorRamp |
FLinearColorRamp |
Color ramp for colorin by scale |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="ColorBySize"
- Meta=(EditCondition="ColorMethod == EDataflowColorMethodType::BySize")
|
| PermutationIndex |
int32 |
The normalized position of the center of the object in the component bounding box is computed. |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="ColorByBoundingBox"
- Meta=(UIMin=0, UIMax=23, EditCondition="ColorMethod == EDataflowColorMethodType::BoundingBox")
|
| RandomSeed |
int32 |
Seed for the random color |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="RandomColor"
- Meta=(UIMin=0, EditCondition="ColorMethod == EDataflowColorMethodType::Random")
|
| SizeMax |
float |
Maximum size |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="ColorBySize"
- Meta=(UIMin=0, ClampMin=0, EditCondition="ColorMethod == EDataflowColorMethodType::BySize")
|
| SizeMin |
float |
Minimum size |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="ColorBySize"
- Meta=(UIMin=0, ClampMin=0, EditCondition="ColorMethod == EDataflowColorMethodType::BySize")
|
| Transparency |
float |
Transparency |
DataflowRendering/DataflowRenderableTypeUtils.h |
- EditAnywhere
- Category="Color"
- Meta=(UIMin=0, ClampMin=0, UIMax=1, ClampMax=1)
|