Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
Inheritance Hierarchy
- TDisplayStringPtrBase
- TDisplayStringPtr
- TDisplayStringRef
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include | #include "Internationalization/LocalizedTextSourceTypes.h" |
Syntax
template<typename ObjectType>
class TDisplayStringPtrBase
Remarks
Wrapper to give TRefCountPtr a minimal TSharedRef/TSharedPtr interface for backwards compatibility with code that was already using FTextDisplayStringRef/FTextDisplayStringPtr
Variables
| Type | Name | Description | |
|---|---|---|---|
| TRefCountPtr< FRefCountedDisplayString > | DisplayStringPtr |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TDisplayStringPtrBase
(
const TRefCountPtr< FRefCountedDisplayString >& InDisplayStringPtr |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString & | |||
| bool | IsValid () |
||
| const TRefCountPtr< FRefCountedDisplayString > & |
Operators
| Type | Name | Description | |
|---|---|---|---|
| ObjectType & | operator* () |
||
| ObjectType * | operator-> () |