Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/USubobjectDataSubsystem
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include | #include "SubobjectDataSubsystem.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectDataSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="SubobjectDataSubsystem")
void PasteSubobjects
(
const FSubobjectDataHandle & PasteToContext,
const TArray< FSubobjectDataHandle > & NewParentHandles,
UBlueprint * BpContext,
TArray< FSubobjectDataHandle > & OutPastedHandles
)
Remarks
Pastes the given subobjects to the PasteToContext.
Parameters
| Name | Description |
|---|---|
| PasteToContext | The subobject to paste things onto |
| NewParentHandles | Array of Subobject Handles that you would like to paste |
| BpContext | Blueprint to use, if you are pasting to a blueprint. Null if pasting to an instanced object |
| OutPastedHandles | Array populated with the handles to the newly pasted subobjects |