FPolyFormatComplexity
#include <PolyAsset.h>
Information on the complexity of this Format.
Summary
Public attributes |
|
---|---|
lod_hint
|
int32
A non-negative integer that represents the level of detail (LOD) of this format relative to other formats of the same asset with the same formatType.
|
triangleCount
|
FString
The estimated number of triangles.
|
Public attributes
lod_hint
int32 FPolyFormatComplexity::lod_hint
A non-negative integer that represents the level of detail (LOD) of this format relative to other formats of the same asset with the same formatType.
This hint allows you to sort formats from the most-detailed (0) to least-detailed (integers greater than 0).
triangleCount
FString FPolyFormatComplexity::triangleCount
The estimated number of triangles.