Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
Fix issue #1 (Cannot package as a Windows project).
Browse files Browse the repository at this point in the history
  • Loading branch information
btco committed Dec 1, 2017
1 parent 9a1145c commit 9d85e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions PolyToolkit/Source/PolyToolkit/PolyToolkit.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public PolyToolkit(ReadOnlyTargetRules Target) : base(Target)
}
);

bEnableExceptions = true;
}
}
}
3 changes: 2 additions & 1 deletion PolyToolkit/Source/PolyToolkit/Public/PolyToolkit.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ class POLYTOOLKIT_API UPolyToolkit : public UObject
static void ListAssets(const FString& ApiKey, const FString& Keywords, bool Curated, EPolyCategory Category, EPolyComplexity MaxComplexity, EPolyFormat Format, int32 PageSize, EPolyOrder OrderBy, const FString& PageToken, const FOnListAssetsComplete& OnListAssetsCallback);

/**
* Imports an Asset at runtime.
* Imports an Asset at runtime. This method does not support assets that
* are created with Tilt Brush.
*
* @param Asset The Asset to be loaded. This should be returned by GetAsset or ListAssets.
* @param OnImportCompleteCallback A callback to be executed after loading the model.
Expand Down

0 comments on commit 9d85e82

Please sign in to comment.