TInlineValue::operator=

Move assignment from any type relating to BaseType.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/InlineValue.h

Include

#include "Misc/InlineValue.h"

Syntax

template<typename T>
TEnableIf< TPointerIsConvertibleFromTo< typename TDecay< T >::Type, BaseType >::Value, TInlineValue & >::Type operator=
(
    T && In
)

Remarks

Move assignment from any type relating to BaseType.

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