Formatting

This commit is contained in:
Mario Zechner 2022-10-28 10:40:38 +02:00
parent 1121a1de61
commit 3493de7fe8
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);