FUnrealEdMisc::GetURL

Fetches a URL from the config and optionally switches it to rocket if required

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h

Include

#include "UnrealEdMisc.h"

Source

/Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp

Syntax

bool GetURL
(
    const TCHAR * InKey,
    FString & OutURL,
    const bool bCheckRocket
) const

Remarks

Fetches a URL from the config and optionally switches it to rocket if required

Returns

true if successful

Parameters

Parameter

Description

InKey

The key to lookup in the config file

OutURL

The URL string listed for the key in the config

bCheckRocket

if true, will attempt to change the URL from udn to rocket if possible

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