| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartition.h |
Include |
#include "WorldPartition/WorldPartition.h" |
class UWorldPartition :
public UObject,
public FActorDescContainerCollection,
public IWorldPartitionCookPackageGenerator
Name | Description | ||
---|---|---|---|
|
TObjectPtr< UAc... |
ActorDescContainer |
|
|
FLoaderAdapterA... |
AlwaysLoadedActors |
|
|
bool |
bEnableStreaming |
Enables streaming for this world. |
|
TObjectPtr< UWo... |
EditorHash |
|
|
ForceLoadedActors |
||
|
OnActorDescContainerRegistered |
||
|
OnActorDescContainerUnregistered |
||
|
OnBeginCook |
||
|
OnPreGenerateStreaming |
||
|
PinnedActors |
||
|
TObjectPtr< UWo... |
RuntimeHash |
|
|
TObjectPtr< UWo... |
World |
|
|
WorldPartitionEditor |
Name | Description | ||
---|---|---|---|
|
bool |
ResolveSubobject ( |
Called to defer loading a subobject to its top-level container object. |
|
void |
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name | Description | ||
---|---|---|---|
|
bool |
GatherPackagesToCook |
|
|
UWorldPartit... |
GetCellForPackage ( |
|
|
bool |
PopulateGeneratedPackageForCook ( |
|
|
bool |
PopulateGeneratorPackageForCook ( |
|
|
bool |
PrepareGeneratorPackageForCook ( |
Name |
Description |
|
---|---|---|
|
FCheckForErrorsParams |
Struct of optional parameters passed to check for errors function. |
Name | Description | ||
---|---|---|---|
|
OnWorldPartitionInitialized |
Please use FWorldPartitionInitializedEvent& UWorld::OnWorldPartitionInitialized() instead. |
|
|
OnWorldPartitionUninitialized |
Please use FWorldPartitionInitializedEvent& UWorld::OnWorldPartitionUninitialized() instead. |
Name | Description | ||
---|---|---|---|
|
void |
CheckForErrors ( |
CheckForErrors is deprecated, CheckForErrors with FCheckForErrorsParams should be used instead. |
|
FBox |
GetWorldBounds() |
GetWorldBounds is deprecated, use GetEditorWorldBounds or GetRuntimeWorldBounds instead. |