![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LocalizedTextSourceTypes.h>
Inheritance diagram for UE::Text::Private::TDisplayStringRef< ObjectType >:Public Member Functions | |
| TDisplayStringRef ()=default | |
| TDisplayStringRef (const TRefCountPtr< FRefCountedDisplayString > &InDisplayStringPtr) | |
| template<typename OtherType > | |
| TDisplayStringRef (const TDisplayStringRef< OtherType > &InOther) | |
| template<typename OtherType > | |
| TDisplayStringRef & | operator= (const TDisplayStringRef< OtherType > &InOther) |
| ObjectType & | Get () const |
Public Member Functions inherited from UE::Text::Private::TDisplayStringPtrBase< ObjectType > | |
| TDisplayStringPtrBase ()=default | |
| TDisplayStringPtrBase (const TRefCountPtr< FRefCountedDisplayString > &InDisplayStringPtr) | |
| operator bool () const | |
| bool | IsValid () const |
| ObjectType & | operator* () const |
| ObjectType * | operator-> () const |
| const TRefCountPtr< FRefCountedDisplayString > & | Private_GetDisplayStringPtr () const |
| template<typename OtherObjectType > | |
| bool | UEOpEquals (const TDisplayStringPtrBase< OtherObjectType > &Rhs) const |
Additional Inherited Members | |
Protected Member Functions inherited from UE::Text::Private::TDisplayStringPtrBase< ObjectType > | |
| FString & | GetDisplayString () const |
Protected Attributes inherited from UE::Text::Private::TDisplayStringPtrBase< ObjectType > | |
| TRefCountPtr< FRefCountedDisplayString > | DisplayStringPtr |
Wrapper to give TRefCountPtr a minimal TSharedRef interface for backwards compatibility with code that was already using FTextDisplayStringRef
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |