UPlatformInterfaceBase::StaticExec

Check for certain exec commands that map to the various subclasses (it will only get/create the singleton if the first bit of the exec command matches a one of the special strings, like "ad" for ad manager)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h

Include

#include "Engine/PlatformInterfaceBase.h"

Source

/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp

Syntax

static bool StaticExec
(
    const TCHAR * Cmd,
    FOutputDevice & Ar
)

Remarks

Check for certain exec commands that map to the various subclasses (it will only get/create the singleton if the first bit of the exec command matches a one of the special strings, like "ad" for ad manager)

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