Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FUnrealEdMisc
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h |
| Include | #include "UnrealEdMisc.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp |
bool GetURL
&40;
const TCHAR &42; InKey,
FString & OutURL,
const bool bCheckRocket
&41; const
Remarks
Fetches a URL from the config and optionally switches it to rocket if required true if successful
Parameters
| Name | 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 |