AddReferencedObject

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddReferencedObject

(
    UObjectType*& Object,
    const UObject* ReferencingObje...,
    const FProperty* ReferencingPr...
)

Adds object reference.

Public function

void

 

AddReferencedObject

(
    const UObjectType*& Object,
    const UObject* ReferencingObje...,
    const FProperty* ReferencingPr...
)

Adds const object reference, this reference can still be nulled out if forcefully collected.

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