Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassProcessor
Description
Sets bAutoRegisterWithProcessingPhases. Setting it to true will result in this processor class being always instantiated to be automatically evaluated every frame.
| Name | SetShouldAutoRegisterWithGlobalList |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessor.h |
| Include Path | #include "MassProcessor.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessor.cpp |
void SetShouldAutoRegisterWithGlobalList
(
const bool bAutoRegister
)
See Also
-
FMassProcessingPhaseManagerNote 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