Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
CardIcon.h
이 파일의 문서화 페이지로 가기
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "Blueprint/UserWidget.h"
7
#include "CardIcon.generated.h"
8
9
class
UImage;
10
class
UTexture2D;
14
UCLASS()
15
class CK_UE_API
UCardIcon
: public UUserWidget
16
{
17
GENERATED_BODY()
18
19
public
:
20
void
SetIcon(UTexture2D* InIcon);
21
void
ShowIcon();
22
void
HideIcon();
23
24
protected
:
25
UPROPERTY(BlueprintReadOnly, Category =
"UI|Slot"
, meta = (BindWidget))
26
TObjectPtr<UImage> Icon;
27
};
UCardIcon
Definition
CardIcon.h:16
Source
CK_UE
UI
Popup
Situation
CardIcon.h
다음에 의해 생성됨 :
1.9.8