Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URuntimePartition
- URuntimePartitionLHGrid
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/RuntimePartitionLHGrid.h |
| Include | #include "WorldPartition/RuntimeHashSet/RuntimePartitionLHGrid.h" |
Syntax
UCLASS ()
class URuntimePartitionLHGrid : public URuntimePartition
Overridden from URuntimePartition
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | AppendCellGuid
(
FArchive& InAr |
||
| 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 | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
Called by the editor to query whether a property of this object is allowed to be modified. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PreEditChange
(
FProperty* InPropertyAboutToChange |
This is called when a property is about to be modified externally |