Navigation
API > API/Runtime > API/Runtime/Core
This class is returned by StringPassthru and is not intended to be used directly.
| Name | TStringPassthru |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
Syntax
template<typename ToType, typename FromType, int32 DefaultConversionSize>
class TStringPassthru : private TInlineAllocator< 128u >::template ForElementType
Inheritance Hierarchy
- TInlineAllocator< 128u >::template ForElementType → TStringPassthru
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStringPassthru
(
TStringPassthru&& Other |
Containers/StringConv.h | ||
TStringPassthru
(
const TStringPassthru& |
Non-copyable. | Containers/StringConv.h | |
TStringPassthru
(
ToType* InDest, |
Containers/StringConv.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AllocatorType | TInlineAllocator< DefaultConversionSize >::template ForElementType< FromType > | Containers/StringConv.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dest | ToType * | Containers/StringConv.h | ||
| DestLen | int32 | Containers/StringConv.h | ||
| SrcLen | int32 | Containers/StringConv.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Apply() |
Containers/StringConv.h | ||
FromType * Get() |
Containers/StringConv.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStringPassthru & operator=
(
const TStringPassthru& |
Containers/StringConv.h |