인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

kilo1089's profile image

asked

[Launching While We're at It] UE5 Dark and Darker style extraction RPG (D1)

섹션 4. 근접 콤보 스킬에서 콤보 동작이 안되네요

Resolved

Written on

·

90

·

Edited

0

강의 내용대로 파일 복사, 코드 수정하고 빌드 정상 완료되어 실행까지 잘 됩니다.

 

아래 NotifyBegin 부분에 브레이크 포인트를 걸어 보았는데 이 부분이 실행이 되지 않습니다.

void UD1AnimNotifyState_SendGameplayEvent::NotifyBegin(USkeletalMeshComponent* MeshComp, UAnimSequenceBase* Animation, float TotalDuration, const FAnimNotifyEventReference& EventReference)

{

Super::NotifyBegin(MeshComp, Animation, TotalDuration, EventReference);

if (BeginEventTag.IsValid())

{

UAbilitySystemBlueprintLibrary::SendGameplayEventToActor(MeshComp->GetOwner(), BeginEventTag, EventData);

}

}

 

어느 부분을 확인해 봐야 할까요?

c++unreal-enginededicated-server언리얼-c++

Answer 1

0

kilo1089님의 프로필 이미지
kilo1089
Questioner

D1-LyraBased의 Content 위치에 있는 Animations를 Migrate 하여 해결 하였습니다.