Merge branch '4.1' into 4.2-beta

This commit is contained in:
Mario Zechner 2022-10-28 10:40:54 +02:00
commit 42bce02619
5 changed files with 35 additions and 32 deletions

View File

@ -53,7 +53,10 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Spine)
USpineSkeletonDataAsset *SkeletonData;
spine::Skeleton *GetSkeleton() { CheckState(); return skeleton; };
spine::Skeleton *GetSkeleton() {
CheckState();
return skeleton;
};
UFUNCTION(BlueprintPure, Category = "Components|Spine|Skeleton")
void GetSkins(TArray<FString> &Skins);