Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
Syntax
template<typename T>
class TPassthruPointer
Remarks
This seemingly-pointless class is intended to be API-compatible with TStringPassthru and is returned by StringPassthru when no string conversion is necessary.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPassthruPointer
(
T* InPtr |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Apply () |
||
| T * | Get () |
Setting to UE_LIFETIMEBOUND even though TPassthruPointer doesn't own the pointer, because we want StringMemoryPassthru to give consistent warnings no matter what implementation choice it makes |