Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassTickableSubsystemBase
Description
Registers given subsystem class as part of Mass type information. Needs to be called as part of Initialize override. Note that calling the function is only required if the registered traits differ from the parent class'.
| Name | OverrideSubsystemTraits |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassSubsystemBase.h |
| Include Path | #include "MassSubsystemBase.h" |
template<UE::Mass::CSubsystem T>
void OverrideSubsystemTraits
(
FSubsystemCollectionBase & Collection
)