Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailsView
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h |
| Include | #include "IDetailsView.h" |
void SetObject
(
UObject * InObject,
bool bForceRefresh
)
Remarks
Sets a single object that details view is viewing
Parameters
| Name | Description |
|---|---|
| InObject | The object to view |
| bForceRefresh | If true, doesn't check if new objects are being set |