Navigation
API > API/Runtime > API/Runtime/Core
Registers a static Exec function using FSelfRegisteringExec.
| Name | FStaticSelfRegisteringExec |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
| Include Path | #include "Misc/CoreMisc.h" |
Syntax
class FStaticSelfRegisteringExec : public FSelfRegisteringExec
Inheritance Hierarchy
- FExec → FSelfRegisteringExec → FStaticSelfRegisteringExec
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStaticSelfRegisteringExec
(
bool(*)(UWorld*Inworld, const TCHAR*Cmd, FOutputDevice&Ar) InStaticExecFunc |
Initialization constructor. | Misc/CoreMisc.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StaticExecFunc | bool(* | Misc/CoreMisc.h |
Functions
Public
Overridden from FExec
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Exec
(
UWorld* InWorld, |
Final override of Exec that asserts if called | Misc/CoreMisc.h |