Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString ConstructFromPtrSizeWithSlack
(
const ANSICHAR* Str, |
Construct from a buffer with extra slack on top of original string length. | ||
static FString ConstructFromPtrSizeWithSlack
(
const WIDECHAR* Str, |
|||
static FString ConstructFromPtrSizeWithSlack
(
const UTF8CHAR* Str, |
|||
static FString ConstructFromPtrSizeWithSlack
(
const UCS2CHAR* Str, |
|||
static FString ConstructFromPtrSizeWithSlack
(
const UTF32CHAR* Str, |
ConstructFromPtrSizeWithSlack(const ANSICHAR *, int32, int32)
Description
Construct from a buffer with extra slack on top of original string length. If the buffer contains zeros, these will be present in the constructed string.
| Name | ConstructFromPtrSizeWithSlack |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
static FString ConstructFromPtrSizeWithSlack
(
const ANSICHAR * Str,
int32 Size,
int32 ExtraSlack
)
ConstructFromPtrSizeWithSlack(const WIDECHAR *, int32, int32)
| Name | ConstructFromPtrSizeWithSlack |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
static FString ConstructFromPtrSizeWithSlack
(
const WIDECHAR * Str,
int32 Size,
int32 ExtraSlack
)
ConstructFromPtrSizeWithSlack(const UTF8CHAR *, int32, int32)
| Name | ConstructFromPtrSizeWithSlack |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
static FString ConstructFromPtrSizeWithSlack
(
const UTF8CHAR * Str,
int32 Size,
int32 ExtraSlack
)
ConstructFromPtrSizeWithSlack(const UCS2CHAR *, int32, int32)
| Name | ConstructFromPtrSizeWithSlack |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
static FString ConstructFromPtrSizeWithSlack
(
const UCS2CHAR * Str,
int32 Size,
int32 ExtraSlack
)
ConstructFromPtrSizeWithSlack(const UTF32CHAR *, int32, int32)
| Name | ConstructFromPtrSizeWithSlack |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
static FString ConstructFromPtrSizeWithSlack
(
const UTF32CHAR * Str,
int32 Size,
int32 ExtraSlack
)