Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/UWorldPartition
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartition.h |
| Include | #include "WorldPartition/WorldPartition.h" |
Syntax
struct FRegisterWorldAssetStreamingParams
Remarks
Experimental: World Asset Streaming can be used to inject streaming levels into the runtime grids dynamically, with one level of HLODs support.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBoundsPlacement | ||
| FBox | Bounds | ||
| FString | CellInstanceSuffix | ||
| FGuid | Guid | ||
| int32 | Priority | ||
| FName | TargetGrid | ||
| FName | TargetGridHLOD | ||
| FTransform | Transform | ||
| TSoftObjectPtr< UWorld > | WorldAsset | ||
| TSoftObjectPtr< UWorld > | WorldAssetHLOD |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
||
| FRegisterWorldAssetStreamingParams & | |||
| FRegisterWorldAssetStreamingParams & | SetBoundsPlacement
(
bool bInBoundsPlacement |
||
| FRegisterWorldAssetStreamingParams & | SetCellInstanceSuffix
(
const FString& InCellInstanceSuffix |
||
| FRegisterWorldAssetStreamingParams & | |||
| FRegisterWorldAssetStreamingParams & | SetPriority
(
const int32& InPriority |
||
| FRegisterWorldAssetStreamingParams & | SetTargetGrid
(
const FName& InTargetGrid |
||
| FRegisterWorldAssetStreamingParams & | SetTargetGridHLOD
(
const FName& InTargetGridHLOD |
||
| FRegisterWorldAssetStreamingParams & | SetTransform
(
const FTransform InTransform |
||
| FRegisterWorldAssetStreamingParams & | SetWorldAsset
(
const TSoftObjectPtr< UWorld >& InWorldAsset |
||
| FRegisterWorldAssetStreamingParams & | SetWorldAssetHLOD
(
const TSoftObjectPtr< UWorld >& InWorldAssetHLOD |