Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDisplayStringPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDisplayStringPtr & operator=
(
const TDisplayStringPtr< OtherType >& InOther |
Internationalization/LocalizedTextSourceTypes.h | ||
TDisplayStringPtr & operator=
(
const TDisplayStringRef< OtherType >& InOther |
Internationalization/LocalizedTextSourceTypes.h |
operator=(const TDisplayStringPtr< OtherType > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
template<typename OtherType, std::enable_if_t<(std::is_convertible_v< OtherType *, ObjectType * >), int >>
TDisplayStringPtr & operator=
(
const TDisplayStringPtr < OtherType > & InOther
)
operator=(const TDisplayStringRef< OtherType > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
template<typename OtherType, std::enable_if_t<(std::is_convertible_v< OtherType *, ObjectType * >), int >>
TDisplayStringPtr & operator=
(
const TDisplayStringRef < OtherType > & InOther
)