Navigation
BlueprintAPI > BlueprintAPI/SubobjectDataSubsystem
Duplicate the given array of subobjects on the context.
Target is Subobject Data Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Context | The owning context that the subobjects to dup come from |
| struct | Subobjects to Dup | Array of handles of existing subobjects you would like to have duplicated |
| object | Bp Context | Pointer to the current blueprint context if necessary. Use nullptr if dealing with instances |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Out New Subobjects | Array that will be populated with any newly created subobjects |