Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URuntimePartition
- URuntimePartitionLevelStreaming
- URuntimePartitionLHGrid
- URuntimePartitionPersistent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/RuntimePartition.h |
| Include | #include "WorldPartition/RuntimeHashSet/RuntimePartition.h" |
Syntax
UCLASS (Abstract, CollapseCategories)
class URuntimePartition : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBlockOnSlowStreaming | ||
| bool | bClientOnlyVisible | ||
| ERuntimePartitionCellBoundsMethod | BoundsMethod | ||
| FLinearColor | DebugColor | ||
| int32 | HLODIndex | ||
| int32 | LoadingRange | ||
| FName | Name | ||
| int32 | Priority |
Constructors
| Type | Name | Description | |
|---|---|---|---|
URuntimePartition
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | AppendCellGuid
(
FArchive& InAr |
||
| FCellDesc | CreateCellDesc
(
const FString& InName, |
||
| URuntimePartition * | CreateHLODRuntimePartition
(
int32 InHLODIndex |
||
| bool | GenerateStreaming
(
const FGenerateStreamingParams& InParams, |
||
| void | InitHLODRuntimePartitionFrom
(
const URuntimePartition* InRuntimePartition, |
||
| bool | IsValidPartitionTokens
(
const TArray< FName >& InPartitionTokens |
||
| void | |||
| bool | |||
| void | UpdateHLODRuntimePartitionFrom
(
const URuntimePartition* InRuntimePartition |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Called when a property on this object has been modified externally |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCellDesc | Represents a cell descriptor, generated by runtime partitions. | ||
| FCellDescInstance | Represents a cell descriptor instance, which is an instance of a cell after being split into data layers, etc. | ||
| FGenerateStreamingParams | |||
| FGenerateStreamingResult |