Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FExec
- FSelfRegisteringExec
- FStaticSelfRegisteringExec_Dev
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
| Include | #include "Misc/CoreMisc.h" |
Syntax
class FStaticSelfRegisteringExec_Dev : public FSelfRegisteringExec
Remarks
Registers a static Exec_Dev function using FSelfRegisteringExec.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStaticSelfRegisteringExec_Dev
(
bool(*)(UWorld*Inworld, const TCHAR*Cmd, FOutputDevice&Ar) InStaticExecFunc |
Initialization constructor. |
Overridden from FExec
| Type | Name | Description | |
|---|---|---|---|
| bool | Exec_Dev
(
UWorld* InWorld, |
Implementation of Exec that is only called in non-shipping targets |