FSlateStyleRegistry::IterateAllStyles

Iterate all the slate style known to this registry

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h

Include

#include "Styling/SlateStyleRegistry.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp

Syntax

static bool IterateAllStyles
(
    const TFunctionRef< bool &)> & Iter
)

Remarks

Iterate all the slate style known to this registry

Returns

true where to loop completed, of false if it was terminated by the predicate

Parameters

Parameter

Description

Iter

A predicate to call for each known style that returns true to continue iteration, and false to terminate iteration

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