Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URuntimeHashExternalStreamingObjectBase
- URuntimeHashSetExternalStreamingObject
- URuntimeSpatialHashExternalStreamingObject
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionRuntimeHash.h |
| Include | #include "WorldPartition/WorldPartitionRuntimeHash.h" |
Syntax
class URuntimeHashExternalStreamingObjectBase : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FName > | CellToLevelStreamingPackage | ||
| TSoftObjectPtr< UWorld > | OuterWorld | ||
| TSoftObjectPtr< UWorld > | OwningWorld | ||
| TMap< FName, FName > | SubObjectsToCellRemapping |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachStreamingCells
(
TFunctionRef< void(UWorldPartitionRuntimeCell&)> Func |
||
| UWorld * | |||
| UWorld * | |||
| UWorld * | GetWorld () |
||
| void | OnStreamingObjectLoaded
(
UWorld* InjectedWorld |
||
| void |