FEngineShowFlags::IterateAllFlags

Allows to iterate through all flags (if you want to change or read the actual flag settings you need to pass in your own instance of [FEngineShowFlags](API\Runtime\Engine\FEngineShowFlags)).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ShowFlags.h

Include

#include "ShowFlags.h"

Syntax

template<class T>
static void IterateAllFlags
(
    T & Sink
)

Remarks

Allows to iterate through all flags (if you want to change or read the actual flag settings you need to pass in your own instance of FEngineShowFlags). Use this function instead of writing your own parser. implement a class with bool OnEngineShowFlag(uint32 InIndex, const FString& InName) which should return true to parse further

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