Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassSubsystemAccess
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetMutableSubsystem () |
Statically-typed subsystems. | MassSubsystemAccess.h | |
T * GetMutableSubsystem
(
const TSubclassOf< USubsystem > SubsystemClass |
UClass-provided subsystems. | MassSubsystemAccess.h |
GetMutableSubsystem()
Description
Statically-typed subsystems.
| Name | GetMutableSubsystem |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassSubsystemAccess.h |
| Include Path | #include "MassSubsystemAccess.h" |
template<typename T, typename>
T * GetMutableSubsystem()
GetMutableSubsystem(const TSubclassOf< USubsystem >)
Description
UClass-provided subsystems.
| Name | GetMutableSubsystem |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassSubsystemAccess.h |
| Include Path | #include "MassSubsystemAccess.h" |
template<typename T, typename>
T * GetMutableSubsystem
(
const TSubclassOf < USubsystem > SubsystemClass
)