Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDisplayStringRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Internationalization/LocalizedTextSourceTypes.h | |||
TDisplayStringRef
(
const TRefCountPtr< FRefCountedDisplayString >& InDisplayStringPtr |
Internationalization/LocalizedTextSourceTypes.h | ||
TDisplayStringRef
(
const TDisplayStringRef< OtherType >& InOther |
Internationalization/LocalizedTextSourceTypes.h |
TDisplayStringRef()
| Name | TDisplayStringRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
TDisplayStringRef()
TDisplayStringRef(const TRefCountPtr< FRefCountedDisplayString > &)
| Name | TDisplayStringRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
TDisplayStringRef
(
const TRefCountPtr < FRefCountedDisplayString > & InDisplayStringPtr
)
TDisplayStringRef(const TDisplayStringRef< OtherType > &)
| Name | TDisplayStringRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
template<typename OtherType, std::enable_if_t<(std::is_convertible_v< OtherType *, ObjectType * >), int >>
TDisplayStringRef
(
const TDisplayStringRef < OtherType > & InOther
)