UEngine::SetEngineStats

Set the state of the specified stats ( array processed in reverse order when !bShow).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

void SetEngineStats
(
    UWorld * World,
    FCommonViewportClient * ViewportClient,
    const TArray< FString > & InNames,
    const bool bShow
)

Remarks

Set the state of the specified stats (

array processed in reverse order when !bShow).

Parameters

Parameter

Description

World

The world to apply the exec to.

ViewportClient

The viewport to apply the exec to.

InNames

The stat names.

bShow

The state we would like the stat to be in.

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