Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void NormalizePath
(
FString& InPath |
Platform-specific normalization of path E.g. | GenericPlatform/GenericPlatformMisc.h | |
static void NormalizePath
(
FStringBuilderBase& InPath |
Platform-specific normalization of path E.g. | GenericPlatform/GenericPlatformMisc.h |
NormalizePath(FString &)
Description
Platform-specific normalization of path E.g. on Linux/Unix platforms, replaces ~ with user home directory, so ~/.config becomes /home/joe/.config (or /Users/Joe/.config)
| Name | NormalizePath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
static void NormalizePath
(
FString & InPath
)
NormalizePath(FStringBuilderBase &)
Description
Platform-specific normalization of path E.g. on Linux/Unix platforms, replaces ~ with user home directory, so ~/.config becomes /home/joe/.config (or /Users/Joe/.config)
| Name | NormalizePath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
static void NormalizePath
(
FStringBuilderBase & InPath
)