Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FExec
- FSelfRegisteringExec
- FStaticSelfRegisteringExec
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
Include | #include "Misc/CoreMisc.h" |
Syntax
class FStaticSelfRegisteringExec : public FSelfRegisteringExec
Remarks
Registers a static Exec function using FSelfRegisteringExec.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FStaticSelfRegisteringExec
(
bool(*)(UWorld*Inworld, const TCHAR*Cmd, FOutputDevice&Ar) InStaticExecFunc |
Initialization constructor. |