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