Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassObserverProcessor.h |
Include |
#include "MassObserverProcessor.h" |
UCLASS(Abstract)
class UMassObserverProcessor : public UMassProcessor
Name | Description | ||
---|---|---|---|
|
UScriptStruct &... |
FragmentType |
Set in class' constructor and determines for which Fragment type this given UMassObserverProcessor will be used as the default initializer/deinitializer (as returned by the MassInitializersRegistry). |
Name | Description | |
---|---|---|
|
UMassObserverProcessor() |
Name | Description | ||
---|---|---|---|
|
Register() |
Override to register this processor with the observer registry |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |