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