Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEngineShowFlags
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ShowFlags.h |
| Include | #include "ShowFlags.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ShowFlags.cpp |
static bool IsForceFlagSet
&40;
uint32 Index
&41;
Remarks
O(1) Check if a CVar is forcing a particular flag on / off true if CVars are forcing flag on / off, false otherwise
Parameters
| Name | Description |
|---|---|
| Index | you can get the index from FindIndexByName() or IterateAllFlags() |