TGuardValue::operator*

Overloaded dereference operator.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/UnrealTemplate.h"

Syntax

const AssignedType & operator*() const

Remarks

Overloaded dereference operator. Provides read-only access to the original value of the data being tracked by this struct

Returns

a const reference to the original data value

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