Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString ConstructFromPtrSize
(
const ANSICHAR* Str, |
Construct from a buffer. | ||
static FString ConstructFromPtrSize
(
const WIDECHAR* Str, |
|||
static FString ConstructFromPtrSize
(
const UTF8CHAR* Str, |
|||
static FString ConstructFromPtrSize
(
const UCS2CHAR* Str, |
|||
static FString ConstructFromPtrSize
(
const UTF32CHAR* Str, |
ConstructFromPtrSize(const ANSICHAR *, int32)
Description
Construct from a buffer. If the buffer contains zeros, these will be present in the constructed string.
| Name | ConstructFromPtrSize |
| 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 ConstructFromPtrSize
(
const ANSICHAR * Str,
int32 Size
)
ConstructFromPtrSize(const WIDECHAR *, int32)
| Name | ConstructFromPtrSize |
| 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 ConstructFromPtrSize
(
const WIDECHAR * Str,
int32 Size
)
ConstructFromPtrSize(const UTF8CHAR *, int32)
| Name | ConstructFromPtrSize |
| 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 ConstructFromPtrSize
(
const UTF8CHAR * Str,
int32 Size
)
ConstructFromPtrSize(const UCS2CHAR *, int32)
| Name | ConstructFromPtrSize |
| 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 ConstructFromPtrSize
(
const UCS2CHAR * Str,
int32 Size
)
ConstructFromPtrSize(const UTF32CHAR *, int32)
| Name | ConstructFromPtrSize |
| 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 ConstructFromPtrSize
(
const UTF32CHAR * Str,
int32 Size
)