TRetainedRef::TRetainedRef

Can't construct a non-const reference with a const reference and can't retain a rvalue reference.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/RetainedRef.h"

Syntax

TRetainedRef
(
    const T & InRef
)

Remarks

Can't construct a non-const reference with a const reference and can't retain a rvalue reference.

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