FEngineShowFlags::SetFromString

More powerful than [SetSingleFlag()](API\Runtime\Engine\FEngineShowFlags\SetSingleFlag) as it allows to set/clear multiple flags not optimized but doesn't have to be Tolerates whitespace and user error, as user might manipulate the data

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

bool SetFromString
(
    const TCHAR * In
)

Remarks

More powerful than SetSingleFlag() as it allows to set/clear multiple flags not optimized but doesn't have to be Tolerates whitespace and user error, as user might manipulate the data

Returns

true:success, false:parse error detected

Parameters

Parameter

Description

In

e.g. TEXT("PostProcessing,PostProcessingTonemapper=0,AmbientCubemap=1")

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