Navigation
BlueprintAPI > BlueprintAPI/SubobjectDataSubsystem
Attempt to find an existing handle for the given object.
Target is Subobject Data Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| struct | Context | The context that the object to find is within |
| object | Object to Find | The object that you want to find the handle for within the context |
| object | BPContext |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | FSubobjectDataHandle The subobject handle for the object, Invalid handle if not found. |