FEngineShowFlags::SetSingleFlag

The following methods are there for serialization, localization and in general to iterate and manipulate flags.

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

void SetSingleFlag
(
    uint32 Index,
    bool bSet
)

Remarks

The following methods are there for serialization, localization and in general to iterate and manipulate flags.

O(1)

Parameters

Parameter

Description

bSet

true:set the flag, false:clear the flag

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