Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- AVolume
- AHierarchicalLODVolume
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/HierarchicalLODVolume.h |
| Include | #include "HierarchicalLODVolume.h" |
Syntax
UCLASS (HideCategories=(Actor, Collision, Cooking, Input, LOD, Physics, Replication, Rendering),
MinimalAPI)
class AHierarchicalLODVolume : public AVolume
Remarks
An invisible volume used to manually define/create an HLOD cluster.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | ApplyOnlyToSpecificHLODLevels | If set, this volume will only be applied to HLOD levels contained in the array. | |
| bool | bIncludeOverlappingActors | When set this volume will incorporate actors which bounds overlap with the volume, otherwise only actors which are completely inside of the volume are incorporated |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AHierarchicalLODVolume
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AppliesToHLODLevel
(
int32 LODIdx |
||
| bool | IsActorIncluded
(
const AActor* InActor |
||
| bool | IsEditorOnly () |
||
| bool | |||
| bool | |||
| bool |