FFindInstancedReferenceSubobjectHelper

Contains a set of utility functions useful for searching out and identifying instanced sub-objects contained within a specific outer object.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/InstancedReferenceSubobjectHelper.h

Include

#include "InstancedReferenceSubobjectHelper.h"

Syntax

class FFindInstancedReferenceSubobjectHelper

Remarks

Contains a set of utility functions useful for searching out and identifying instanced sub-objects contained within a specific outer object.

Functions

Name Description

Public function Static

void

 

Duplicate

(
    UObject* OldObject,
    UObject* NewObject,
    TMap< UObject*, UObject* ...,
    TArray< UObject* >& Duplicate...
)

Public function Static

void

 

GetInstancedSubObjects

(
    const UObject* Container,
    T& OutObjects
)

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