IDetailsView::SetObject

Sets a single object that details view is viewing

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h

Include

#include "IDetailsView.h"

Syntax

void SetObject
(
    UObject * InObject,
    bool bForceRefresh
)

Remarks

Sets a single object that details view is viewing

Parameters

Parameter

Description

InObject

The object to view

bForceRefresh

If true, doesn't check if new objects are being set

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss