TStringPointer

Class takes one type of string and and stores it as-is.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/StringConv.h

Include

#include "Containers/StringConv.h"

Syntax

template<typename InFromType, typename InToType>
class TStringPointer

Remarks

Class takes one type of string and and stores it as-is. For API compatibility with TStringConversion when the To and From types are already in the same format.

Constructors

Name Description

Public function

TStringPointer

(
    const FromType* Source
)

Public function

TStringPointer

(
    TStringPointer&& Other
)

Move constructor

Public function

TStringPointer

(
    const FromType* Source,
    int32 SourceLen
)

Functions

Name Description

Public function Const

const ToType...

 

Get()

Accessor for the string.

Public function Const

int32

 

Length()

Length of the string.

Typedefs

Name

Description

FromType

ToType

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