Skip to content

Commit

Permalink
Update UE5Bridge.h
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch authored Feb 10, 2024
1 parent 24b464a commit 2421608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UE5Bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "UE5Bridge.generated.h"

UCLASS()
class MYUE5PROJECT_API UUE5Bridge : public UObject
class MYUE5PROJECT_API UUE5Bridge : public UObject // NOTE* You will need to update MYUE5PROJECT_API match your projects _API name -- See any UE5 .h to get.
{
GENERATED_BODY()
public:
Expand All @@ -19,4 +19,4 @@ class MYUE5PROJECT_API UUE5Bridge : public UObject

UFUNCTION(BlueprintCallable, Category="UE5Bridge")
static TMap<FString, FString> GetHashedToken(const TMap<FString, FString>& Params);
};
};

0 comments on commit 2421608

Please sign in to comment.