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 |
int32 DeleteSubobject
&40;
const FSubobjectDataHandle & ContextHandle,
const FSubobjectDataHandle & SubobjectToDelete,
UBlueprint &42; BPContext
&41;
Remarks
Attempts to delete the given subobject from its blueprint context The number of subobjects successfully deleted
Parameters
| Name | Description |
|---|---|
| ContextHandle | The owning context of the subobjects that should be removed |
| SubobjectToDelete | The subobject handles that should be deleted |
| BPContext | The blueprint context for the given |