Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/FSlateStyleSet
- ISlateStyle::GetEntriesUsingBrush()
- FSlateStyleSet::GetEntriesUsingBrush()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual TArray < FName > GetEntriesUsingBrush
(
const FName BrushName
) const
Remarks
Gets the names of every style entry using a brush in this style Note: this function is expensive and is not designed to be used in performance critical situations Array of style names using the brush
Parameters
| Name | Description |
|---|---|
| BrushName | The name of the brush to find style entries from |