FGenericPlatformMisc::ShareURL

Perform a mobile-style sharing of a URL. Will use native UI to display sharing target

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Syntax

static void ShareURL
(
    const FString & URL,
    const FText & Description,
    int32 LocationHintX,
    int32 LocationHintY
)

Remarks

Perform a mobile-style sharing of a URL. Will use native UI to display sharing target

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss