TSharedPtr::operator*

Dereference operator returns a reference to the object this shared pointer points to

References

Module

Core

Header

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

Include

#include "Templates/SharedPointer.h"

Syntax

FMakeReferenceTo< ObjectType >::Type operator*() const

Remarks

Dereference operator returns a reference to the object this shared pointer points to

Returns

Reference to the object

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