Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
Include |
#include "Misc/CoreMisc.h" |
class FSelfRegisteringExec : public FExec
Exec handler that registers itself and is being routed via StaticExec.
Not intended for use with UObjects!
Name | Description | |
---|---|---|
|
FSelfRegisteringExec() |
Constructor, registering this instance. |
Name | Description | |
---|---|---|
|
~FSelfRegisteringExec() |
Destructor, unregistering this instance. |
Name | Description | ||
---|---|---|---|
|
StaticExec ( |
Routes a command to the self-registered execs. |