#include <CardIcon.h>
|
| TObjectPtr< UImage > | Icon |
| |
◆ HideIcon()
| void UCardIcon::HideIcon |
( |
| ) |
|
26{
27
28 Icon->SetVisibility(ESlateVisibility::Collapsed);
29}
TObjectPtr< UImage > Icon
Definition CardIcon.h:26
◆ SetIcon()
| void UCardIcon::SetIcon |
( |
UTexture2D * |
InIcon | ) |
|
11{
12 Icon->SetBrushFromTexture(InIcon);
13}
◆ ShowIcon()
| void UCardIcon::ShowIcon |
( |
| ) |
|
17{
18
19
20
21 Icon->SetVisibility(ESlateVisibility::HitTestInvisible);
22}
◆ Icon
| TObjectPtr<UImage> UCardIcon::Icon |
|
protected |
이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: