Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateBrush
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetUVRegion
(
const FBox2d& InUVRegion |
Set brush UV region | Styling/SlateBrush.h | |
void SetUVRegion
(
const FBox2f& InUVRegion |
Styling/SlateBrush.h |
SetUVRegion(const FBox2d &)
Description
Set brush UV region
| Name | SetUVRegion |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
| Include Path | #include "Styling/SlateBrush.h" |
void SetUVRegion
(
const FBox2d & InUVRegion
)
Parameters
| Name | Remarks |
|---|---|
| InUVRegion | When valid - overrides UV region specified in resource proxy |
SetUVRegion(const FBox2f &)
| Name | SetUVRegion |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
| Include Path | #include "Styling/SlateBrush.h" |
void SetUVRegion
(
const FBox2f & InUVRegion
)