Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UBorder
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/Border.h |
| Include | #include "Components/Border.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/Border.cpp |
UFUNCTION (BlueprintCallable, Category="Appearance")
void SetDesiredSizeScale
(
FVector2D InScale
)
Remarks
Sets the DesiredSizeScale of this border.
Parameters
| Name | Description |
|---|---|
| InScale | The X and Y multipliers for the desired size |