UEngine::SetEngineStat

Set the state of the specified stat.

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 SetEngineStat
(
    UWorld * World,
    FCommonViewportClient * ViewportClient,
    const FString & InName,
    const bool bShow
)

Remarks

Set the state of the specified stat.

Parameters

Parameter

Description

World

The world to apply the exec to.

ViewportClient

The viewport to apply the exec to.

InName

The stat name.

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