FEngineShowFlags::FindIndexByName

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ShowFlags.h

Include

#include "ShowFlags.h"

Source

/Engine/Source/Runtime/Engine/Private/ShowFlags.cpp

Syntax

static int32 FindIndexByName
(
    const TCHAR * Name,
    const TCHAR * CommaSeparatedNames
)

Returns

-1 if not found

Parameters

Parameter

Description

Name

e.g. TEXT("EyeAdaptation")

CommaSeparatedNames

leave 0 for normal purpose, is used internally for the grouping feature

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