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 FString FindNameByIndex
&40;
uint32 InIndex
&41;
empty string if not found, otherwise name of the flag e.g. FString(TEXT("PostProcessing"))
Parameters
| Name | Description |
|---|---|
| InIndex | can be from FindIndexByName() or IterateAllFlags() |