FShouldLaunchUrl

Callback to allow user code to prevent url from being launched from [FPlatformProcess::LaunchURL](API\Runtime\Core\GenericPlatform\FGenericPlatformProcess\LaunchURL).

Windows
MacOS
Linux

Type

typedef TBaseDelegate_OneParam< bool, const TCHAR * > FShouldLaunchUrl

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Remarks

Callback to allow user code to prevent url from being launched from FPlatformProcess::LaunchURL. Used to apply http whitelist Return true for to launch the url

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