|
@@ -218,7 +218,7 @@ public:
|
|
|
|
|
|
UPROPERTY(BlueprintAssignable, Category = "Components|Spine|TrackEntry")
|
|
UPROPERTY(BlueprintAssignable, Category = "Components|Spine|TrackEntry")
|
|
FSpineAnimationDisposeDelegate AnimationDispose;
|
|
FSpineAnimationDisposeDelegate AnimationDispose;
|
|
-
|
|
|
|
|
|
+
|
|
virtual void BeginDestroy() override;
|
|
virtual void BeginDestroy() override;
|
|
|
|
|
|
protected:
|
|
protected:
|
|
@@ -308,7 +308,7 @@ public:
|
|
|
|
|
|
UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
|
|
UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
|
|
float GetPhysicsTimeScale();
|
|
float GetPhysicsTimeScale();
|
|
-
|
|
|
|
|
|
+
|
|
// used in C event callback. Needs to be public as we can't call
|
|
// used in C event callback. Needs to be public as we can't call
|
|
// protected methods from plain old C function.
|
|
// protected methods from plain old C function.
|
|
void GCTrackEntry(UTrackEntry *entry) { trackEntries.Remove(entry); }
|
|
void GCTrackEntry(UTrackEntry *entry) { trackEntries.Remove(entry); }
|