Navigation
API > API/Runtime > API/Runtime/Core
Helper for obtaining the default Url configuration
| Name | FUrlConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
| Include Path | #include "Misc/CoreMisc.h" |
Syntax
struct FUrlConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultHost | FString | Misc/CoreMisc.h | ||
| DefaultName | FString | Misc/CoreMisc.h | ||
| DefaultPort | int32 | Misc/CoreMisc.h | ||
| DefaultPortal | FString | Misc/CoreMisc.h | ||
| DefaultProtocol | FString | Misc/CoreMisc.h | ||
| DefaultSaveExt | FString | Misc/CoreMisc.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init() |
Initialize with defaults from ini | Misc/CoreMisc.h | |
void Reset() |
Reset state | Misc/CoreMisc.h |