Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassExternalSubsystemTraits__Ge-
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassExternalSubsystemTraits.h |
| Include | #include "MassExternalSubsystemTraits.h" |
namespace FMassExternalSubsystemTraits
{
template<typename T, typename>
T * FMassExternalSubsystemTraits::GetInstance
(
const UWorld * World
)
}
Remarks
Every TMassExternalSubsystemTraits specialization needs to implement the following. Not supplying default implementations to be able to catch missing implementations and header inclusion at compilation time.
This is a getter function that given a UWorld* fetches an instance.