FSlateStyleRegistry::GetSylesUsingBrush

Gets the names of every style entry using a brush Note: this function is expensive and is not designed to be used in performance critical situations

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 TArray< FName > GetSylesUsingBrush
(
    const FName BrushName
)

Remarks

Gets the names of every style entry using a brush Note: this function is expensive and is not designed to be used in performance critical situations

Returns

Array of style names using the brush

Parameters

Parameter

Description

BrushName

The name of the brush to find style entries from

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