UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PrecomputedVolumetricLightmapStreaming.cpp File Reference

Classes

class  FVolumetricLightmapGridStreamingManager
 

Typedefs

using FVersionedMemoryReaderView = TVersionedReader< FMemoryReaderView >
 

Enumerations

enum  ETimedExecutionControl { Continue , Restart , Stop }
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogVolumetricLightmapStreaming, Warning, All)
 
template<class ItemCollectionType , class ExecuteFn >
bool TimedExecution (ItemCollectionType &Items, float TimeLimit, const ExecuteFn &Execute)
 

Typedef Documentation

◆ FVersionedMemoryReaderView

Enumeration Type Documentation

◆ ETimedExecutionControl

Enumerator
Continue 
Restart 
Stop 

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogVolumetricLightmapStreaming  ,
Warning  ,
All   
)

◆ TimedExecution()

template<class ItemCollectionType , class ExecuteFn >
bool TimedExecution ( ItemCollectionType Items,
float  TimeLimit,
const ExecuteFn Execute 
)