Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/WorldCompositionUtility.h |
| Include | #include "Misc/WorldCompositionUtility.h" |
Syntax
class FWorldTileLODInfo
Remarks
Describes LOD entry in a world tile
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | RelativeStreamingDistance | Relative to LOD0 streaming distance, absolute distance = LOD0 + StreamingDistanceDelta | |
| float | Reserved0 | Reserved for additional options | |
| float | Reserved1 | ||
| int32 | Reserved2 | ||
| int32 | Reserved3 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FWorldTileLODInfo& OtherInfo |