Navigation
Unreal Engine C++ API Reference > Developer > GeometryProcessingInterfaces > GeometryProcessingInterfaces > IGeometryProcessing_ApproximateActors
References
Module | GeometryProcessingInterfaces |
Header | /Engine/Source/Developer/GeometryProcessingInterfaces/Public/GeometryProcessingInterfaces/ApproximateActors.h |
Include | #include "GeometryProcessingInterfaces/ApproximateActors.h" |
Syntax
enum EUVGenerationPolicy
{
PreferUVAtlas = 0,
PreferXAtlas = 1,
PreferPatchBuilder = 2,
}
Values
Name | Description |
---|---|
PreferUVAtlas | |
PreferXAtlas | |
PreferPatchBuilder |