Navigation
API > API/Runtime > API/Runtime/MassEntity
Inheritance Hierarchy
- UObject
- UMassModuleSettings
- UMassEntitySettings
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassEntitySettings.h |
| Include | #include "MassEntitySettings.h" |
Syntax
UCLASS (Config=Mass, defaultconfig, DisplayName="Mass Entity")
class UMassEntitySettings : public UMassModuleSettings
Remarks
Implements the settings for MassEntity plugin
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEngineInitialized | ||
| bool | bInitialized | ||
| int32 | ChunkMemorySize | ||
| FString | DumpDependencyGraphFileName | The name of the file to dump the processor dependency graph. | |
| FOnInitialized | OnInitializedEvent | ||
| FOnSettingsChange | OnSettingsChange | ||
| FMassProcessingPhaseConfig[(uint8) EMassProcessingPhase::MAX] | ProcessingPhasesConfig | Lets users configure processing phases including the composite processor class to be used as a container for the phases' processors. | |
| TArray< TObjectPtr< UMassProcessor > > | ProcessorCDOs | This list contains all the processors available in the given binary (including plugins). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMassEntitySettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddToActiveProcessorsList
(
TSubclassOf< UMassProcessor > ProcessorClass |
||
| void | BeginDestroy () |
||
| void | BuildPhases () |
||
| void | |||
| void | |||
| FOnInitialized & | |||
| FOnSettingsChange & | |||
| const FMassProcessingPhaseConfig & | GetProcessingPhaseConfig
(
const EMassProcessingPhase ProcessingPhase |
||
| TConstArrayView< FMassProcessingPhaseConfig > | |||
| bool | |||
| void | |||
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Overridden from UMassModuleSettings
| Type | Name | Description | |
|---|---|---|---|
| void |
Typedefs
| Name | Description |
|---|---|
| FOnInitialized | |
| FOnSettingsChange |