mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Expose USpineAtlasAsset and USpineSkeletonDataAsset types for Unreal 4 blueprints. (#1165)
This commit is contained in:
parent
1d703ce052
commit
77ae166c99
@ -34,7 +34,7 @@
|
||||
#include "spine/spine.h"
|
||||
#include "SpineAtlasAsset.generated.h"
|
||||
|
||||
UCLASS(ClassGroup=(Spine))
|
||||
UCLASS(BlueprintType, ClassGroup=(Spine))
|
||||
class SPINEPLUGIN_API USpineAtlasAsset: public UObject {
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ public:
|
||||
float Mix = 0;
|
||||
};
|
||||
|
||||
UCLASS(ClassGroup=(Spine))
|
||||
UCLASS(BlueprintType, ClassGroup=(Spine))
|
||||
class SPINEPLUGIN_API USpineSkeletonDataAsset: public UObject {
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user