FSelfRegisteringExec

Exec handler that registers itself and is being routed via StaticExec.

Windows
MacOS
Linux

Inheritance Hierarchy

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.

Not intended for use with UObjects!

Constructors

Name Description

Public function

FSelfRegisteringExec()

Constructor, registering this instance.

Destructors

Name Description

Public function Virtual

~FSelfRegisteringExec()

Destructor, unregistering this instance.

Functions

Name Description

Public function Static

bool

 

StaticExec

(
    UWorld* Inworld,
    const TCHAR* Cmd,
    FOutputDevice& Ar
)

Routes a command to the self-registered execs.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss