Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FURL
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Prevent default from being generated. | Engine/EngineBaseTypes.h | ||
FURL
(
const TCHAR* Filename |
Construct a purely default, local URL from an optional filename. | Engine/EngineBaseTypes.h | |
FURL
(
FURL* Base, |
Construct a URL from text and an optional relative base. | Engine/EngineBaseTypes.h |
FURL(ENoInit)
Description
Prevent default from being generated.
| Name | FURL |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
FURL
(
ENoInit
)
FURL(const TCHAR *)
Description
Construct a purely default, local URL from an optional filename.
| Name | FURL |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/URL.cpp |
FURL
(
const TCHAR * Filename
)
FURL(FURL , const TCHAR , ETravelType)
Description
Construct a URL from text and an optional relative base.
| Name | FURL |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/URL.cpp |
FURL
(
FURL * Base,
const TCHAR * TextURL,
ETravelType Type
)