UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshProxySettings.h File Reference
#include "Engine/MaterialMerging.h"
#include "MeshProxySettings.generated.h"

Go to the source code of this file.

Classes

struct  FMeshProxySettings
 
struct  TStructOpsTypeTraits< FMeshProxySettings >
 

Namespaces

namespace  ELandscapeCullingPrecision
 
namespace  EProxyNormalComputationMethod
 

Enumerations

enum  ELandscapeCullingPrecision::Type : int { ELandscapeCullingPrecision::High = 0 UMETA(DisplayName = "High memory intensity and computation time") , ELandscapeCullingPrecision::Medium = 1 UMETA(DisplayName = "Medium memory intensity and computation time") , ELandscapeCullingPrecision::Low = 2 UMETA(DisplayName = "Low memory intensity and computation time") }
 
enum  EProxyNormalComputationMethod::Type : int { EProxyNormalComputationMethod::AngleWeighted = 0 UMETA(DisplayName = "Angle Weighted") , EProxyNormalComputationMethod::AreaWeighted = 1 UMETA(DisplayName = "Area Weighted") , EProxyNormalComputationMethod::EqualWeighted = 2 UMETA(DisplayName = "Equal Weighted") }