Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FExec
- FSelfRegisteringExec
- ANUTActor
- FGameplayDebuggerCompat
- FHttpModule
- FIcmpModule
- FLiveLinkCurveDebugUIModule
- FModuleManager
- FNavigationSystemExec
- FNetworkPlatformFile
- FStreamingNetworkPlatformFile
- FNetworkReplayStreaming
- FNullApplication
- FOnlineEncryptedAppTicketSteam
- FOnlineServicesCommon
- FOnlineServicesEOSGS
- FOnlineServicesEOS
- FOnlineServicesNull
- FOnlineServicesOSSAdapter
- FPlayTimeLimitModule
- FQosModule
- FReflexLatencyMarkers
- FReflexMaxTickRateHandler
- FRemoteControlWebInterfaceModule
- FStaticSelfRegisteringExec
- FStaticSelfRegisteringExec_Dev
- FStaticSelfRegisteringExec_Editor
- FSteamSocketsSubsystem
- FVoiceEngineImpl
- FWebAuthModule
- UAppleARKitSettings
- UAvoidanceManager
- UEnvQueryManager
- UMLAdapterManager
- UMLAdapterNoRPCManager
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
Include | #include "Misc/CoreMisc.h" |
Syntax
class FSelfRegisteringExec : public FExec
Remarks
Exec handler that registers itself and is being routed via StaticExec. Note: Not intended for use with UObjects!
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor, registering this instance. |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Destructor, unregistering this instance. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | StaticExec
(
UWorld* Inworld, |
Routes a command to the self-registered execs. |