Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringPointer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStringPointer
(
const SrcBufferType* Source |
Containers/StringConv.h | ||
TStringPointer
(
FromRangeType&& Source |
Construct from a compatible character range such as TStringView or TStringBuilder. | Containers/StringConv.h | |
TStringPointer
(
TStringPointer&& Other |
Move constructor | Containers/StringConv.h | |
TStringPointer
(
const TStringPointer& |
Non-copyable. | Containers/StringConv.h | |
TStringPointer
(
const SrcBufferType* Source, |
Containers/StringConv.h | ||
TStringPointer
(
UE::Core::Private::FFromStrCast, |
This constructor is only intended to be used by StrCast, not end users. | Containers/StringConv.h |
TStringPointer(const SrcBufferType *)
| Name | TStringPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
template<typename SrcBufferType, std::enable_if_t<(TIsCharEncodingCompatibleWith_V< SrcBufferType, FromType >), int >>
TStringPointer
(
const SrcBufferType * Source
)
TStringPointer(FromRangeType &&)
Description
Construct from a compatible character range such as TStringView or TStringBuilder.
| Name | TStringPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
template<typename FromRangeType, typename FromRangeCharType, std::enable_if_t<< FromRangeType >::Value &&!TIsArray < std::remove_reference_t< FromRangeType > >::Value &&TIsCharEncodingCompatibleWith < FromRangeCharType, FromType >::Value ), int >>
TStringPointer
(
FromRangeType && Source
)
TStringPointer(TStringPointer &&)
Description
Move constructor
| Name | TStringPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
TStringPointer
(
TStringPointer && Other
)
TStringPointer(const TStringPointer &)
Description
Non-copyable.
| Name | TStringPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
TStringPointer
(
const TStringPointer &
)
TStringPointer(const SrcBufferType *, int32)
| Name | TStringPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
template<typename SrcBufferType, std::enable_if_t<(TIsCharEncodingCompatibleWith_V< SrcBufferType, FromType >), int >>
TStringPointer
(
const SrcBufferType * Source,
int32 SourceLen
)
TStringPointer(UE::Core::Private::FFromStrCast, const FromType *, int32)
Description
This constructor is only intended to be used by StrCast, not end users.
| Name | TStringPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
TStringPointer
(
UE::Core::Private::FFromStrCast ,
const FromType * Source,
int32 SourceLen
)