TRValueToLValueReference

[TRValueToLValueReference](API\Runtime\Core\Templates\TRValueToLValueReference) converts any rvalue reference type into the equivalent lvalue reference, otherwise returns the same type.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h

Include

#include "Templates/UnrealTemplate.h"

Syntax

template<typename T>
struct TRValueToLValueReference

Remarks

TRValueToLValueReference converts any rvalue reference type into the equivalent lvalue reference, otherwise returns the same type.

Specializations

Typedefs

Name

Description

Type

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