Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/ISlateStyle
- ISlateStyle::GetEntriesUsingBrush()
- FSlateStyleSet::GetEntriesUsingBrush()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h |
| Include | #include "Styling/ISlateStyle.h" |
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 |