UWorldSubsystem

[UWorldSubsystem](API\Runtime\Engine\Subsystems\UWorldSubsystem) Base class for auto instanced and initialized systems that share the lifetime of a [UWorld](API\Runtime\Engine\Engine\UWorld)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Subsystems/WorldSubsystem.h

Include

#include "Subsystems/WorldSubsystem.h"

Syntax

class UWorldSubsystem : public USubsystem

Remarks

UWorldSubsystem Base class for auto instanced and initialized systems that share the lifetime of a UWorld

Constructors

Name Description

Public function

UWorldSubsystem()

Functions

Name Description

Protected function Virtual Const

bool

 

DoesSupportWorldType

(
    EWorldType::Type WorldType
)

Public function Virtual Const

UWorld *

 

GetWorld()

Overridden from USubsystem

Name Description

Public function Virtual Const

bool

 

ShouldCreateSubsystem

(
    UObject* Outer
)

Override to control if the Subsystem should be created at all.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss