From 2421608a8897b6deae0c54fa9f95227d374ca0b5 Mon Sep 17 00:00:00 2001 From: Levi Zoesch Sr Date: Sat, 10 Feb 2024 14:35:29 -0800 Subject: [PATCH] Update UE5Bridge.h --- UE5Bridge.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UE5Bridge.h b/UE5Bridge.h index 6405ace..bf2b5fe 100644 --- a/UE5Bridge.h +++ b/UE5Bridge.h @@ -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: @@ -19,4 +19,4 @@ class MYUE5PROJECT_API UUE5Bridge : public UObject UFUNCTION(BlueprintCallable, Category="UE5Bridge") static TMap GetHashedToken(const TMap& Params); -}; \ No newline at end of file +};