Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntitySettings.h |
Include |
#include "MassEntitySettings.h" |
UCLASS(Config=Mass, defaultconfig, DisplayName="Mass Entity")
class UMassEntitySettings : public UMassModuleSettings
Implements the settings for MassEntity plugin
Name | Description | ||
---|---|---|---|
|
bInitialized |
||
|
DumpDependencyGraphFileName |
The name of the file to dump the processor dependency graph. |
|
|
OnSettingsChange |
||
|
ProcessingPhasesConfig |
Lets users configure processing phases including the composite processor class to be used as a container for the phases' processors. |
|
|
ProcessorCDOs |
This list contains all the processors available in the given binary (including plugins). |
Name | Description | |
---|---|---|
|
UMassEntitySettings ( |
Name | Description | ||
---|---|---|---|
|
AddToActiveProcessorsList ( |
||
|
BuildPhases() |
||
|
BuildProcessorList() |
||
|
BuildProcessorListAndPhases() |
||
|
FOnSettingsC... |
GetOnSettingsChange() |
|
|
const FMassP... |
GetProcessingPhaseConfig ( |
|
|
const FMassP... |
GetProcessingPhasesConfig() |
Name | Description | ||
---|---|---|---|
|
BeginDestroy() |
Called before destroying the object. |
|
|
PostEditChangeChainProperty ( |
This alternate version of PostEditChange is called when properties inside structs are modified. |
|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
Name |
Description |
---|---|
FOnSettingsChange |