Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/FWorldPartitionLevelHelper
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionLevelHelper.h |
| Include | #include "WorldPartition/WorldPartitionLevelHelper.h" |
Syntax
struct FLoadActorsParams
Remarks
Struct of optional parameters passed to LoadActors function.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< FWorldPartitionRuntimeCellObjectMapping > | ActorPackages | ||
| TArray< int32 > * | AsyncRequestIDs | ||
| bool | bLoadAsync | ||
| TFunction< void(bool)> | CompletionCallback | ||
| ULevel * | DestLevel | ||
| FLinkerInstancingContext | InstancingContext | ||
| UWorld * | OuterWorld | ||
| FPackageReferencer * | PackageReferencer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLoadActorsParams & | SetActorPackages
(
TArrayView< FWorldPartitionRuntimeCellObjectMapping > InActorPackages |
||
| FLoadActorsParams & | SetCompletionCallback
(
TFunction< void(bool)> InCompletionCallback |
||
| FLoadActorsParams & | SetDestLevel
(
ULevel* InDestLevel |
||
| FLoadActorsParams & | SetInstancingContext
(
FLinkerInstancingContext InInstancingContext |
||
| FLoadActorsParams & | SetLoadAsync
(
bool bInLoadAsync, |
||
| FLoadActorsParams & | SetOuterWorld
(
UWorld* InOuterWorld |
||
| FLoadActorsParams & | SetPackageReferencer
(
FPackageReferencer* InPackageReferencer |