FEngineShowFlags::IsForceFlagSet

O(1) Check if a CVar is forcing a particular flag on / off

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 bool IsForceFlagSet
(
    uint32 Index
)

Remarks

O(1) Check if a CVar is forcing a particular flag on / off

Returns

true if CVars are forcing flag on / off, false otherwise

Parameters

Parameter

Description

Index

you can get the index from FindIndexByName() or IterateAllFlags()

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