TSharedPtr::operator->

Arrow operator returns a pointer to the object this shared pointer references

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 the object this shared pointer references

Returns

Returns a pointer to the object referenced by this shared pointer

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