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 |
void SetSingleFlag
&40;
uint32 Index,
bool bSet
&41;
Remarks
The following methods are there for serialization, localization and in general to iterate and manipulate flags.
O(1)
Parameters
| Name | Description |
|---|---|
| bSet | true:set the flag, false:clear the flag |