Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ELandscapeCullingPrecision::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/MeshMerge/MeshProxySettings.h |
| Include Path |
#include "MeshMerge/MeshProxySettings.h" |
Syntax
namespace ELandscapeCullingPrecision
{
enum Type
{
High = 0 UMETA(DisplayName = "High memory intensity and computation time"),
Medium = 1 UMETA(DisplayName = "Medium memory intensity and computation time"),
Low = 2 UMETA(DisplayName = "Low memory intensity and computation time"),
}
}
Values
| Name |
Remarks |
| High |
|
| Medium |
|
| Low |
|