Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
GroggyableInterface.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 "UObject/Interface.h"
7
#include "GroggyableInterface.generated.h"
8
9
// This class does not need to be modified.
10
UINTERFACE()
11
class
UGroggyableInterface
: public UInterface
12
{
13
GENERATED_BODY()
14
};
15
19
class
CK_UE_API
IGroggyableInterface
20
{
21
GENERATED_BODY()
22
23
public
:
24
virtual
float
GetGroggyValue
()
const
= 0;
25
};
IGroggyableInterface
Definition
GroggyableInterface.h:20
IGroggyableInterface::GetGroggyValue
virtual float GetGroggyValue() const =0
UGroggyableInterface
Definition
GroggyableInterface.h:12
Source
CK_UE
Interface
Combat
GroggyableInterface.h
다음에 의해 생성됨 :
1.9.8