diff --git a/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp b/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp index 48e89141f..ffd48fa34 100644 --- a/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp +++ b/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp @@ -39,7 +39,7 @@ void UTrackEntry::SetTrackEntry(TrackEntry* entry) { if (entry) entry->setRendererObject((void*)this); } -void callback(AnimationState* state, EventType type, TrackEntry* entry, Event* event) { +void callback(AnimationState* state, spine::EventType type, TrackEntry* entry, Event* event) { USpineSkeletonAnimationComponent* component = (USpineSkeletonAnimationComponent*)state->getRendererObject(); if (entry->getRendererObject()) {