Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonLazyImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetBrushObjectInternal
(
UMaterialInterface* Material |
CommonLazyImage.h | ||
void SetBrushObjectInternal
(
UTexture* Texture, |
CommonLazyImage.h |
SetBrushObjectInternal(UMaterialInterface *)
| Name | SetBrushObjectInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLazyImage.h |
| Include Path | #include "CommonLazyImage.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonLazyImage.cpp |
void SetBrushObjectInternal
(
UMaterialInterface * Material
)
SetBrushObjectInternal(UTexture *, bool)
| Name | SetBrushObjectInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLazyImage.h |
| Include Path | #include "CommonLazyImage.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonLazyImage.cpp |
void SetBrushObjectInternal
(
UTexture * Texture,
bool bMatchSize
)