Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
GA_Base.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 "Abilities/GameplayAbility.h"
7
#include "GA_Base.generated.h"
8
12
UCLASS()
13
class CK_UE_API
UGA_Base
: public UGameplayAbility
14
{
15
GENERATED_BODY()
16
17
public
:
18
UGA_Base
();
19
20
protected
:
21
bool
GetCursorData(FVector& TargetPos, FRotator& TargetRot)
const
;
22
23
void
MotionWarpTargetToCursor(FName WarpTargetName = FName(
"Target"
));
24
void
RotateCharacterToCursor();
25
};
UGA_Base
Definition
GA_Base.h:14
Source
CK_UE
GAS
GA
GA_Base.h
다음에 의해 생성됨 :
1.9.8