![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) | |
| FArchive & | operator<< (FArchive &Ar, TVolumeLightingSample< 2 > &Sample) |
| FArchive & | operator<< (FArchive &Ar, TVolumeLightingSample< 3 > &Sample) |
| FArchive & | operator<< (FArchive &Ar, FPrecomputedLightVolumeData &Volume) |
| FArchive & | operator<< (FArchive &Ar, FPrecomputedLightVolumeData *&Volume) |
| DECLARE_MEMORY_STAT | ( | TEXT("Precomputed Light Volume") | , |
| STAT_PrecomputedLightVolumeBuildData | , | ||
| STATGROUP_MapBuildData | |||
| ) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| FPrecomputedLightVolumeData & | Volume | ||
| ) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| FPrecomputedLightVolumeData *& | Volume | ||
| ) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| TVolumeLightingSample< 2 > & | Sample | ||
| ) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| TVolumeLightingSample< 3 > & | Sample | ||
| ) |