mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[ue4] Rename category of preview properties.
This commit is contained in:
parent
8185418319
commit
8018bdfa23
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user