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 |
bool SetFromString
&40;
const TCHAR &42; In
&41;
Remarks
More powerful than SetSingleFlag() as it allows to set/clear multiple flags not optimized but doesn't have to be Tolerates whitespace and user error, as user might manipulate the data true:success, false:parse error detected
Parameters
| Name | Description |
|---|---|
| In | e.g. TEXT("PostProcessing,PostProcessingTonemapper=0,AmbientCubemap=1") |