Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/FSubobjectData > API/Editor/SubobjectDataInterface/FSubobjectData/GetObjectForBlueprint
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectData.h |
| Include | #include "SubobjectData.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectData.cpp |
const UObject &42; GetObjectForBlueprint
&40;
UBlueprint &42; Blueprint
&41; const
Remarks
May not be the same as the value returned by GetObject(). A reference to the object represented by this node that can be modified within the given Blueprint.
Parameters
| Name | Description |
|---|---|
| InBlueprint | The Blueprint in which the object will be edited. |