FSubsystemCollection

Windows
MacOS
Linux

Inheritance Hierarchy

FGCObject

FSubsystemCollectionBase

FSubsystemCollection

References

Module

Engine

Header

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

Include

#include "Subsystems/SubsystemCollection.h"

Syntax

template<typename TBaseType>
class FSubsystemCollection : public FSubsystemCollectionBase

Constructors

Name Description

Public function

FSubsystemCollection()

Construct a FSubsystemCollection, pass in the owning object almost certainly (this).

Functions

Name Description

Public function Const

TSubsystemCl...

 

GetSubsystem

(
    const TSubclassOf< TSubsystemClass ...
)

Get a Subsystem by type

Public function Const

const TArray...

 

GetSubsystemArray

(
    const TSubclassOf< TSubsystemClass ...
)

Get a list of Subsystems by type

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