Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailsView > API/Editor/PropertyEditor/IDetailsView/SetObjects
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h |
| Include | #include "IDetailsView.h" |
void SetObjects
&40;
const TArray< UObject &42; > & InObjects,
bool bForceRefresh,
bool bOverrideLock
&41;
Remarks
Sets the objects this details view is viewing
Parameters
| Name | Description |
|---|---|
| InObjects | The list of objects to observe |
| bForceRefresh | If true, doesn't check if new objects are being set |
| bOverrideLock | If true, will set the objects even if the details view is locked |