Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
CommandBase.h
이 파일의 문서화 페이지로 가기
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "
CK_UE.h
"
6
#include "UObject/Object.h"
7
#include "CommandBase.generated.h"
8
9
UCLASS(Abstract, BlueprintType)
10
class CK_UE_API
UCommandBase
: public UObject
11
{
12
GENERATED_BODY()
13
14
public
:
15
virtual
bool
Process();
16
virtual
void
Undo();
17
};
CK_UE.h
UCommandBase
Definition
CommandBase.h:11
Source
CK_UE
Command
CommandBase.h
다음에 의해 생성됨 :
1.9.8