Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UImage
- UImage::SetBrushFromTextureDynamic()
- UCommonLazyImage::SetBrushFromTextureDynamic()
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/Image.h |
| Include | #include "Components/Image.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/Image.cpp |
virtual void SetBrushFromTextureDynamic
&40;
UTexture2DDynamic &42; Texture,
bool bMatchSize
&41;
Remarks
Sets the Brush to the specified Dynamic Texture.
Parameters
| Name | Description |
|---|---|
| Texture | Dynamic Texture to use to set on Brush. |
| bMatchSize | If true, image will change its size to texture size. If false, texture will be stretched to image size. |