FStaticSelfRegisteringExec

Registers a static Exec function using [FSelfRegisteringExec](API\Runtime\Core\Misc\FSelfRegisteringExec).

Windows
MacOS
Linux

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

Name Description

Public function

FStaticSelfRegisteringExec

(
    bool*Inworld, co...
)

Initialization constructor.

Overridden from FExec

Name Description

Public function Virtual

bool

 

Exec

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

Exec handler

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