Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDisplayStringPtr
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Internationalization/LocalizedTextSourceTypes.h |
|
|
|
Internationalization/LocalizedTextSourceTypes.h |
|
|
|
Internationalization/LocalizedTextSourceTypes.h |
|
|
|
Internationalization/LocalizedTextSourceTypes.h |
|
|
|
Internationalization/LocalizedTextSourceTypes.h |
|
TDisplayStringPtr()
| |
|
| Name |
TDisplayStringPtr |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path |
#include "Internationalization/LocalizedTextSourceTypes.h" |
TDisplayStringPtr()
TDisplayStringPtr(TYPE_OF_NULLPTR)
| |
|
| Name |
TDisplayStringPtr |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path |
#include "Internationalization/LocalizedTextSourceTypes.h" |
TDisplayStringPtr
(
TYPE_OF_NULLPTR
)
TDisplayStringPtr(const TRefCountPtr< FRefCountedDisplayString > &)
| |
|
| Name |
TDisplayStringPtr |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path |
#include "Internationalization/LocalizedTextSourceTypes.h" |
TDisplayStringPtr
(
const TRefCountPtr < FRefCountedDisplayString > & InDisplayStringPtr
)
TDisplayStringPtr(const TDisplayStringPtr< OtherType > &)
| |
|
| Name |
TDisplayStringPtr |
| 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 >>
TDisplayStringPtr
(
const TDisplayStringPtr < OtherType > & InOther
)
TDisplayStringPtr(const TDisplayStringRef< OtherType > &)
| |
|
| Name |
TDisplayStringPtr |
| 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 >>
TDisplayStringPtr
(
const TDisplayStringRef < OtherType > & InOther
)