UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HLODRuntimeSubsystem.h File Reference
#include "Subsystems/WorldSubsystem.h"
#include "Containers/Array.h"
#include "Containers/Map.h"
#include "UObject/ObjectKey.h"
#include "Containers/Ticker.h"
#include "Templates/Function.h"
#include "HLODRuntimeSubsystem.generated.h"

Go to the source code of this file.

Classes

class  UWorldPartitionHLODRuntimeSubsystem
 

Functions

 DECLARE_MULTICAST_DELEGATE_OneParam (FWorldPartitionHLODObjectRegisteredEvent, IWorldPartitionHLODObject *)
 
 DECLARE_MULTICAST_DELEGATE_OneParam (FWorldPartitionHLODObjectUnregisteredEvent, IWorldPartitionHLODObject *)
 
 DECLARE_MULTICAST_DELEGATE_TwoParams (FWorldPartitionHLODForEachHLODObjectInCellEvent, const UWorldPartitionRuntimeCell *, TFunction< void(IWorldPartitionHLODObject *)>)
 
 DECLARE_MULTICAST_DELEGATE_OneParam (FWorldPartitionHLODActorRegisteredEvent, AWorldPartitionHLOD *)
 
 DECLARE_MULTICAST_DELEGATE_OneParam (FWorldPartitionHLODActorUnregisteredEvent, AWorldPartitionHLOD *)
 

Function Documentation

◆ DECLARE_MULTICAST_DELEGATE_OneParam() [1/4]

DECLARE_MULTICAST_DELEGATE_OneParam ( FWorldPartitionHLODActorRegisteredEvent  ,
AWorldPartitionHLOD  
)

◆ DECLARE_MULTICAST_DELEGATE_OneParam() [2/4]

DECLARE_MULTICAST_DELEGATE_OneParam ( FWorldPartitionHLODActorUnregisteredEvent  ,
AWorldPartitionHLOD  
)

◆ DECLARE_MULTICAST_DELEGATE_OneParam() [3/4]

DECLARE_MULTICAST_DELEGATE_OneParam ( FWorldPartitionHLODObjectRegisteredEvent  ,
IWorldPartitionHLODObject  
)

◆ DECLARE_MULTICAST_DELEGATE_OneParam() [4/4]

DECLARE_MULTICAST_DELEGATE_OneParam ( FWorldPartitionHLODObjectUnregisteredEvent  ,
IWorldPartitionHLODObject  
)

◆ DECLARE_MULTICAST_DELEGATE_TwoParams()