Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassProcessingPhaseManager.h |
| Include | #include "MassProcessingPhaseManager.h" |
Syntax
struct FMassPhaseProcessorConfigurationHelper
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInitializeCreatedProcessors | ||
| bool | bIsGameRuntime | ||
| EMassProcessingPhase | Phase | ||
| const FMassProcessingPhaseConfig & | PhaseConfig | ||
| UMassCompositeProcessor & | PhaseProcessor | ||
| UObject & | ProcessorOuter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassPhaseProcessorConfigurationHelper
(
UMassCompositeProcessor& InOutPhaseProcessor, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Configure
(
TArrayView< UMassProcessor*const > DynamicProcessors, |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Configure
(
const TSharedPtr< FMassEntityManager >& EntityManager, |
This flavor of Configure has been deprecated. Use the one requiring the first parameter to be an array view of additional processors |