Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
WidgetPushCommand.h
이 파일의 문서화 페이지로 가기
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "
Command/CommandBase.h
"
6
#include "WidgetPushCommand.generated.h"
7
8
class
UUIManagementSubsystem
;
9
class
UUserWidgetBase
;
10
11
12
UCLASS()
13
class CK_UE_API
UWidgetPushCommand
: public
UCommandBase
14
{
15
GENERATED_BODY()
16
17
public
:
18
void
Initialize(
UUIManagementSubsystem
* InUISubsystem,
UUserWidgetBase
* InWidget);
19
virtual
bool
Process()
override
;
20
virtual
void
Undo()
override
;
21
22
private
:
23
TWeakObjectPtr<UUIManagementSubsystem>
UISubsystem
;
24
TWeakObjectPtr<UUserWidgetBase>
Widget
;
25
};
CommandBase.h
UCommandBase
Definition
CommandBase.h:11
UUIManagementSubsystem
Definition
UIManagementSubsystem.h:22
UUserWidgetBase
Definition
UserWidgetBase.h:33
UWidgetPushCommand
Definition
WidgetPushCommand.h:14
UWidgetPushCommand::UISubsystem
TWeakObjectPtr< UUIManagementSubsystem > UISubsystem
Definition
WidgetPushCommand.h:23
UWidgetPushCommand::Widget
TWeakObjectPtr< UUserWidgetBase > Widget
Definition
WidgetPushCommand.h:24
Source
CK_UE
Command
WidgetPushCommand.h
다음에 의해 생성됨 :
1.9.8