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