IDetailsView::SetObjects

Sets the objects this details view is viewing

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailsView.h"

Syntax

void SetObjects
(
    const TArray< UObject * > & InObjects,
    bool bForceRefresh,
    bool bOverrideLock
)

Remarks

Sets the objects this details view is viewing

Parameters

Parameter

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

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