Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassProcessor
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassProcessor.h |
| Include | #include "MassProcessor.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessor.cpp |
void SetShouldAutoRegisterWithGlobalList
(
const bool bAutoRegister
)
Remarks
Sets bAutoRegisterWithProcessingPhases. Setting it to true will result in this processor class being always instantiated to be automatically evaluated every frame.
See Also
FMassProcessingPhaseManager Note that calling this function is only valid on CDOs. Calling it on a regular instance will fail an ensure and have no other effect
i.e. CDO's value won't change