FReferenceCollector::AddReferencedObjects

Adds references to a map of objects.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h

Include

#include "UObject/UObjectGlobals.h"

Syntax

template<typename KeyType, typename ValueType, typename Allocator, typename KeyFuncs>
void AddReferencedObjects
(
    TMapBase< KeyType *, ValueType, Allocator, KeyFuncs > & Map,
    const UObject * ReferencingObject,
    const FProperty * ReferencingProperty
)

Remarks

Adds references to a map of objects.

Parameters

Parameter

Description

ObjectArray

Referenced objects map.

ReferencingObject

Referencing object (if available).

ReferencingProperty

Referencing property (if available).

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