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
(
const TArray < UObject * > & InObjects,
bool bForceRefresh,
bool bOverrideLock
)
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 |