[ue4] Changes to example map.

This commit is contained in:
badlogic 2016-12-20 10:57:27 +01:00
parent 8532cc9366
commit 6d21a0183b
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -41,7 +41,7 @@ class SPINEPLUGIN_API USpineAtlasAsset: public UObject {
public:
spAtlas* GetAtlas (bool ForceReload = false);
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Spine)
UPROPERTY(EditAnywhere, BlueprintReadWrite)
TArray<UTexture2D*> atlasPages;
FString GetRawData () const;