Navigation
API > API/Runtime > API/Runtime/Core
Wrapper to give TRefCountPtr a minimal TSharedRef/TSharedPtr interface for backwards compatibility with code that was already using FTextDisplayStringRef/FTextDisplayStringPtr
| Name | TDisplayStringPtrBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
Syntax
template<typename ObjectType>
class TDisplayStringPtrBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Internationalization/LocalizedTextSourceTypes.h | |||
TDisplayStringPtrBase
(
const TRefCountPtr< FRefCountedDisplayString >& InDisplayStringPtr |
Internationalization/LocalizedTextSourceTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Internationalization/LocalizedTextSourceTypes.h | ||
const TRefCountPtr< FRefCountedDisplayString > & Private_GetDisplayStringPtr() |
Internationalization/LocalizedTextSourceTypes.h | ||
bool UEOpEquals
(
const TDisplayStringPtrBase< OtherObjectType >& Rhs |
Internationalization/LocalizedTextSourceTypes.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString & GetDisplayString() |
Internationalization/LocalizedTextSourceTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Internationalization/LocalizedTextSourceTypes.h | ||
ObjectType & operator*() |
Internationalization/LocalizedTextSourceTypes.h | ||
ObjectType * operator->() |
Internationalization/LocalizedTextSourceTypes.h |