Navigation
API > API/Plugins > API/Plugins/MassEntity
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMassModuleSettings
- UMassBehaviorSettings
- UMassCrowdSettings
- UMassDebuggerSettings
- UMassEntitySettings
- UMassGameplaySettings
- UMassMovementSettings
- UMassReplicationSettings
- UMassSimulationSettings
- UMassSmartObjectSettings
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassSettings.h |
| Include | #include "MassSettings.h" |
Syntax
UCLASS&40;Abstract, Config&61;Mass, defaultconfig, CollapseCategories&41;
class UMassModuleSettings : public UObject
Remarks
A common parrent for Mass's per-module settings. Classes extending this class will automatically get registered with- and show under Mass settings in Project Settings.
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |