UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshCardRepresentation.h File Reference
#include "HAL/Platform.h"
#include "Math/Box.h"
#include "Math/Matrix.h"
#include "Math/Vector.h"

Go to the source code of this file.

Classes

class  TLumenCardOBB< T >
 

Namespaces

namespace  MeshCardRepresentation
 

Typedefs

using FLumenCardOBBf = TLumenCardOBB< float >
 
using FLumenCardOBBd = TLumenCardOBB< double >
 

Enumerations

enum class  ELumenCardDilationMode : uint8 { Disabled , DilateOneTexel }
 

Functions

ENGINE_API float MeshCardRepresentation::GetMinDensity ()
 
ENGINE_API float MeshCardRepresentation::GetNormalTreshold ()
 
ENGINE_API bool MeshCardRepresentation::IsDebugMode ()
 
ENGINE_API int32 MeshCardRepresentation::GetDebugSurfelDirection ()
 
ENGINE_API FVector3f MeshCardRepresentation::GetAxisAlignedDirection (uint32 AxisAlignedDirectionIndex)
 
ENGINE_API void MeshCardRepresentation::SetCardsFromBounds (FMeshCardsBuildData &CardData, ELumenCardDilationMode DilationMode=ELumenCardDilationMode::Disabled, bool bCardCoversHalfBounds=false)
 

Typedef Documentation

◆ FLumenCardOBBd

◆ FLumenCardOBBf

Enumeration Type Documentation

◆ ELumenCardDilationMode

Enumerator
Disabled 
DilateOneTexel