diff --git a/spine-ue/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp b/spine-ue/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp index c8b22b69f..44b41de32 100644 --- a/spine-ue/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp +++ b/spine-ue/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp @@ -83,9 +83,6 @@ void USpineSkeletonAnimationComponent::BeginPlay() { } void UTrackEntry::BeginDestroy() { - if (entry) { - entry->setRendererObject(nullptr); - } Super::BeginDestroy(); }