Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
Inheritance Hierarchy
- TDisplayStringPtrBase
- TDisplayStringPtr
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include | #include "Internationalization/LocalizedTextSourceTypes.h" |
Syntax
template<typename ObjectType>
class TDisplayStringPtr : public UE::Text::Private::TDisplayStringPtrBase< ObjectType >
Remarks
Wrapper to give TRefCountPtr a minimal TSharedPtr interface for backwards compatibility with code that was already using FTextDisplayStringPtr
Constructors
| Type | Name | Description | |
|---|---|---|---|
TDisplayStringPtr
(
const TRefCountPtr< FRefCountedDisplayString >& InDisplayStringPtr |
|||
TDisplayStringPtr
(
const TDisplayStringPtr< OtherType >& InOther |
|||
TDisplayStringPtr
(
const TDisplayStringRef< OtherType >& InOther |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ObjectType * | Get () |
||
| void | Reset () |
||
| TDisplayStringRef< ObjectType > | ToSharedRef () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TDisplayStringPtr & | operator=
(
const TDisplayStringPtr< OtherType >& InOther |
||
| TDisplayStringPtr & | operator=
(
const TDisplayStringRef< OtherType >& InOther |