StringMemoryPassthru

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, int32 DefaultConversionSize>
TEnableIf<!FPlatformString::TAreEncodingsCompatible< To, From >::Value, TStringPassthru< To, From, DefaultConversionSize > >::Type StringMemoryPassthru
(
    To * Buffer,
    int32 BufferSize,
    int32 SourceLength
)

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