Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
GASWidgetComponent.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 "Components/WidgetComponent.h"
7
#include "
Interface/UI/AbilityBasedWidgetInterface.h
"
8
#include "GASWidgetComponent.generated.h"
9
13
UCLASS()
14
class CK_UE_API
UGASWidgetComponent
: public UWidgetComponent, public
IAbilityBasedWidgetInterface
15
{
16
GENERATED_BODY()
17
18
protected
:
19
virtual
void
InitWidget()
override
;
20
virtual
void
DeinitWidget()
override
;
21
22
virtual
void
Register()
override
;
23
virtual
void
Unregister()
override
;
24
};
AbilityBasedWidgetInterface.h
IAbilityBasedWidgetInterface
Definition
AbilityBasedWidgetInterface.h:20
UGASWidgetComponent
Definition
GASWidgetComponent.h:15
Source
CK_UE
Component
UI
GASWidgetComponent.h
다음에 의해 생성됨 :
1.9.8