Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FExec
- FSelfRegisteringExec
- FHttpModule
- FIcmpModule
- FModuleManager
- FNetworkPlatformFile
- FStreamingNetworkPlatformFile
- FNetworkReplayStreaming
- FNullApplication
- FOnlineEncryptedAppTicketSteam
- FOnlineServicesCommon
- FOnlineServicesEOSGS
- FOnlineServicesEOS
- FOnlineServicesNull
- FOnlineServicesOSSAdapter
- FPlayTimeLimitModule
- FQosModule
- FRemoteControlWebInterfaceModule
- FStaticSelfRegisteringExec
- FStaticSelfRegisteringExec_Dev
- FStaticSelfRegisteringExec_Editor
- FSteamSocketsSubsystem
- FVoiceEngineImpl
- FWebAuthModule
- FXmppModule
- UAvoidanceManager
- UMLAdapterManager
- UMLAdapterNoRPCManager
- UTargetingSubsystem
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. |