Oops forgot to make all the functions publicly accessible in C++🤦

This commit is contained in:
Jordon Brooks 2024-05-15 16:33:04 +01:00
parent 727e51f620
commit 9955136737
Signed by: jordon
GPG key ID: DBD9758CD53E786A

View file

@ -20,6 +20,7 @@ class HARMONYLINK_API UHarmonyLinkLibrary : public UBlueprintFunctionLibrary
{
GENERATED_BODY()
public:
// Checks if the game is running under Wine.
UFUNCTION(BlueprintCallable, Category="HarmonyLink")
static bool IsWine();