![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FWorldPartitionHLODActorRegisteredEvent | , |
| AWorldPartitionHLOD * | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FWorldPartitionHLODActorUnregisteredEvent | , |
| AWorldPartitionHLOD * | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FWorldPartitionHLODObjectRegisteredEvent | , |
| IWorldPartitionHLODObject * | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FWorldPartitionHLODObjectUnregisteredEvent | , |
| IWorldPartitionHLODObject * | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FWorldPartitionHLODForEachHLODObjectInCellEvent | , |
| const UWorldPartitionRuntimeCell * | , | ||
| TFunction< void(IWorldPartitionHLODObject *)> | |||
| ) |