TPassthruPointer

This seemingly-pointless class is intended to be API-compatible with [TStringPassthru](API\Runtime\Core\Containers\TStringPassthru) and is returned by StringPassthru when no string conversion is necessary.

Windows
MacOS
Linux

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

Name Description

Public function

TPassthruPointer

(
    T* InPtr
)

Functions

Name Description

Public function Const

void

 

Apply()

Public function Const

T *

 

Get()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss