Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassSettings.h |
Include |
#include "MassSettings.h" |
UCLASS(Abstract, Config=Mass, defaultconfig, CollapseCategories)
class UMassModuleSettings : public UObject
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.
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |