Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSharedString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/SharedString.h | |||
TSharedString
(
TSharedString&& String |
Containers/SharedString.h | ||
TSharedString
(
const TSharedString& String |
Containers/SharedString.h | ||
TSharedString
(
TStringView< CharType > String |
Allocates a copy of the string and constructs this as a reference to it. | Containers/SharedString.h |
TSharedString()
| Name | TSharedString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SharedString.h |
| Include Path | #include "Containers/SharedString.h" |
TSharedString()
TSharedString(TSharedString &&)
| Name | TSharedString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SharedString.h |
| Include Path | #include "Containers/SharedString.h" |
TSharedString
(
TSharedString && String
)
TSharedString(const TSharedString &)
| Name | TSharedString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SharedString.h |
| Include Path | #include "Containers/SharedString.h" |
TSharedString
(
const TSharedString & String
)
TSharedString(TStringView< CharType >)
Description
Allocates a copy of the string and constructs this as a reference to it.
| Name | TSharedString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SharedString.h |
| Include Path | #include "Containers/SharedString.h" |
TSharedString
(
TStringView < CharType > String
)