TCheckedObjPtr::operator=

Assigns a value to the object pointer

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Archive.h

Include

#include "Serialization/Archive.h"

Syntax

TCheckedObjPtr & operator=
(
    T * InObject
)

Remarks

Assigns a value to the object pointer

Parameters

Parameter

Description

InObject

The value to assign to the pointer

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