Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
ScreenFadeWidget.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 "
UI/UserWidgetBase.h
"
7
#include "ScreenFadeWidget.generated.h"
8
9
class
UImage;
13
UCLASS()
14
class CK_UE_API
UScreenFadeWidget
: public
UUserWidgetBase
15
{
16
GENERATED_BODY()
17
18
public
:
19
virtual
void
NativeConstruct()
override
;
20
21
void
InitializeAlpha();
22
void
SetFadeAlpha(
float
Alpha);
23
24
protected
:
25
UPROPERTY(BlueprintReadWrite, meta = (BindWidget))
26
TObjectPtr<UImage> FadeImage;
27
};
UserWidgetBase.h
UScreenFadeWidget
Definition
ScreenFadeWidget.h:15
UUserWidgetBase
Definition
UserWidgetBase.h:33
Source
CK_UE
UI
Overlay
ScreenFadeWidget.h
다음에 의해 생성됨 :
1.9.8