UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PrecomputedLightVolume.cpp File Reference
#include "PrecomputedLightVolume.h"
#include "SceneInterface.h"
#include "UObject/RenderingObjectVersion.h"
#include "PrimitiveDrawingUtils.h"
#include "Stats/StatsTrace.h"
#include "UnrealEngine.h"
#include "Engine/MapBuildDataRegistry.h"
#include "Interfaces/ITargetPlatform.h"

Functions

 DECLARE_MEMORY_STAT (TEXT("Precomputed Light Volume"), STAT_PrecomputedLightVolumeBuildData, STATGROUP_MapBuildData)
 
FArchiveoperator<< (FArchive &Ar, TVolumeLightingSample< 2 > &Sample)
 
FArchiveoperator<< (FArchive &Ar, TVolumeLightingSample< 3 > &Sample)
 
FArchiveoperator<< (FArchive &Ar, FPrecomputedLightVolumeData &Volume)
 
FArchiveoperator<< (FArchive &Ar, FPrecomputedLightVolumeData *&Volume)
 

Function Documentation

◆ DECLARE_MEMORY_STAT()

DECLARE_MEMORY_STAT ( TEXT("Precomputed Light Volume" ,
STAT_PrecomputedLightVolumeBuildData  ,
STATGROUP_MapBuildData   
)

◆ operator<<() [1/4]

FArchive & operator<< ( FArchive Ar,
FPrecomputedLightVolumeData Volume 
)

◆ operator<<() [2/4]

FArchive & operator<< ( FArchive Ar,
FPrecomputedLightVolumeData *&  Volume 
)

◆ operator<<() [3/4]

FArchive & operator<< ( FArchive Ar,
TVolumeLightingSample< 2 > &  Sample 
)

◆ operator<<() [4/4]

FArchive & operator<< ( FArchive Ar,
TVolumeLightingSample< 3 > &  Sample 
)