Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jan 22, 2025
1 parent 816f0d9 commit d3f7483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,4 +557,3 @@ void USpineWidget::SetPhysicsTimeScale(float scale) {
float USpineWidget::GetPhysicsTimeScale() {
return physicsTimeScale;
}

Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class SPINEPLUGIN_API UTrackEntry : public UObject {

UPROPERTY(BlueprintAssignable, Category = "Components|Spine|TrackEntry")
FSpineAnimationDisposeDelegate AnimationDispose;

virtual void BeginDestroy() override;

protected:
Expand Down Expand Up @@ -308,7 +308,7 @@ class SPINEPLUGIN_API USpineSkeletonAnimationComponent : public USpineSkeletonCo

UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
float GetPhysicsTimeScale();

// used in C event callback. Needs to be public as we can't call
// protected methods from plain old C function.
void GCTrackEntry(UTrackEntry *entry) { trackEntries.Remove(entry); }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class SPINEPLUGIN_API USpineWidget : public UWidget {

UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
float GetPhysicsTimeScale();

UPROPERTY(BlueprintAssignable, Category = "Components|Spine|Skeleton")
FSpineWidgetBeforeUpdateWorldTransformDelegate BeforeUpdateWorldTransform;

Expand Down

0 comments on commit d3f7483

Please sign in to comment.