UEngine::IsEngineStat

Check to see if the specified stat name is a simple 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

bool IsEngineStat
(
    const FString & InName
)

Remarks

Check to see if the specified stat name is a simple stat.

Returns

true if the stat is a registered simple stat.

Parameters

Parameter

Description

InName

The name of the stat we're checking.

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