[ue4] Rename category of preview properties.

This commit is contained in:
badlogic 2019-03-07 18:10:19 +01:00
parent 8185418319
commit 8018bdfa23

View File

@ -260,10 +260,10 @@ public:
UPROPERTY(BlueprintAssignable, Category="Components|Spine|Animation") UPROPERTY(BlueprintAssignable, Category="Components|Spine|Animation")
FSpineAnimationDisposeDelegate AnimationDispose; FSpineAnimationDisposeDelegate AnimationDispose;
UPROPERTY(Transient, EditAnywhere) UPROPERTY(Transient, EditAnywhere, Category=Spine)
FString PreviewAnimation; FString PreviewAnimation;
UPROPERTY(Transient, EditAnywhere) UPROPERTY(Transient, EditAnywhere, Category=Spine)
FString PreviewSkin; FString PreviewSkin;
// 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