Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UWorldSubsystem
- UTickableWorldSubsystem
- UWorldPartitionSubsystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionSubsystem.h |
| Include | #include "WorldPartition/WorldPartitionSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class UWorldPartitionSubsystem :
public UTickableWorldSubsystem ,
public IStreamingWorldSubsystemInterface
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FWorldPartitionHandle > | SelectedActorHandles |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Overridden from UWorldSubsystem
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesSupportWorldType
(
const EWorldType::Type WorldType |
||
| void | OnWorldBeginPlay
(
UWorld& InWorld |
Called when world is ready to start gameplay before the game mode transitions to the correct state and call BeginPlay on all actors | |
| void | OnWorldComponentsUpdated
(
UWorld& World |
Called after world components (e.g. line batcher and all level components) have been updated |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
USubsystem implementation Begin. |
Overridden from FTickableGameObject
| Type | Name | Description | |
|---|---|---|---|
| bool | Used to determine whether the object should be ticked in the editor when there is no gameplay world. |
Overridden from FTickableObjectBase
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
Return the stat id used to track the performance of this object | |
| ETickableTickType | Virtual that can be overloaded by the inheriting class and is called before first tick. | ||
| void | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |
Overridden from IStreamingWorldSubsystemInterface
| Type | Name | Description | |
|---|---|---|---|
| void |