DirectStatsCommand

Pass a console command directly to the stats system, return true if it is known command, false means it might be a stats command.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Stats/Stats2.h

Include

#include "Stats/Stats2.h"

Source

/Engine/Source/Runtime/Core/Private/Stats/StatsCommand.cpp

Syntax

bool DirectStatsCommand
(
    const TCHAR * Cmd,
    bool bBlockForCompletion,
    FOutputDevice * Ar
)

Remarks

Pass a console command directly to the stats system, return true if it is known command, false means it might be a stats command.

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