TStringConvert

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

template<typename From, typename To>
class TStringConvert

Functions

Name Description

Public function Static

void

 

Convert

(
    To* Dest,
    int32 DestLen,
    const From* Source,
    int32 SourceLen
)

Public function Static

int32

 

ConvertedLength

(
    const From* Source,
    int32 SourceLen
)

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