FSelfRegisteringExec

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

Choose your operating system:

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.