Merge branch 'Dev' into Feature/GraphicsProfiles

This commit is contained in:
Jordon Brooks 2024-05-15 16:34:14 +01:00
commit b8f67c33dc
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();