Files
Promether/Source/Promether/AnimNotify/AN_Skill3.h
2023-09-25 23:01:30 +09:00

20 lines
449 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Animation/AnimNotifies/AnimNotify.h"
#include "AN_Skill3.generated.h"
/**
*
*/
UCLASS()
class PROMETHER_API UAN_Skill3 : public UAnimNotify
{
GENERATED_BODY()
public:
virtual void Notify(USkeletalMeshComponent* MeshComp, UAnimSequenceBase* Animation, const FAnimNotifyEventReference& EventReference) override;
};