TSharedRef::Get

Returns a C++ reference to the object this shared reference is referencing

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/SharedPointer.h"

Syntax

ObjectType & Get() const

Remarks

Returns a C++ reference to the object this shared reference is referencing

Returns

The object owned by this shared 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