TSharedRef::operator->

Arrow operator returns a pointer to this shared reference's object

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/SharedPointer.h"

Syntax

ObjectType * operator->() const

Remarks

Arrow operator returns a pointer to this shared reference's object

Returns

Returns a pointer to the object referenced 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