FUICommandList::GatherContextsForListRecursively

Returns all contexts associated with this list.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h

Include

#include "Framework/Commands/UICommandList.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandList.cpp

Syntax

void GatherContextsForListRecursively
(
    TSet< FName > & OutAllContexts,
    TSet< TSharedRef< const FUICommandList >> & InOutVisitedLists
) const

Remarks

Returns all contexts associated with this list.

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