Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Accessing UVaRestLibrary from C++ #177
Browse files Browse the repository at this point in the history
  • Loading branch information
ufna committed Aug 3, 2018
1 parent 34bc9ed commit 1b4626c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/VaRestPlugin/Classes/VaRestLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ struct FVaRestCallResponse
};

/**
* Usefull tools for REST communications
* Useful tools for REST communications
*/
UCLASS()
class UVaRestLibrary : public UBlueprintFunctionLibrary
class VARESTPLUGIN_API UVaRestLibrary : public UBlueprintFunctionLibrary
{
GENERATED_BODY()

Expand Down

0 comments on commit 1b4626c

Please sign in to comment.