Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLOD
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UHLODProxyDesc
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLOD/HLODProxyDesc.h |
| Include | #include "HLOD/HLODProxyDesc.h" |
Syntax
class UHLODProxyDesc : public UObject
Remarks
Describe a LODActor
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldUpdateDesc
(
const ALODActor* InLODActor |
Test whether this description should be updated. | |
| ALODActor * | SpawnLODActor
(
ULevel* InLevel |
Spawn a LODActor from this description. | |
| bool | UpdateFromLODActor
(
const ALODActor* InLODActor |
Update the HLODDesc using a LODActor |