FObjectInstancingGraph::RetrieveObjectInstances

Retrieves a list of objects that have the specified Outer

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp

Syntax

void RetrieveObjectInstances
(
    class UObject * SearchOuter,
    TArray< class UObject * > & out_Objects
)

Remarks

Retrieves a list of objects that have the specified Outer

Parameters

Parameter

Description

SearchOuter

the object to retrieve object instances for

out_Components

receives the list of objects contained by SearchOuter

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