getComponentMask
SystemModuleInterface::getComponentMask
Returns the tracked Components.
Declaration
virtual const ComponentMask getComponentMask() const;
Parameters
None.
Returns
A bitmask of the SystemModuleInterface’s tracked Components.
Notes
This function is meant to be overloaded when creating a SystemModuleInterface.