FDetailsViewObjectRoot

An object root is a collection of UObjects that represent a top level set of properties in a details panel When there are multiple objects in the root, the common base class for all those objects are found and the properties on that common base class are displayed When a user edits one of those properties, it will propagate the result to all objects in the root.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailsViewObjectFilter.h"

Syntax

struct FDetailsViewObjectRoot

Remarks

An object root is a collection of UObjects that represent a top level set of properties in a details panel When there are multiple objects in the root, the common base class for all those objects are found and the properties on that common base class are displayed When a user edits one of those properties, it will propagate the result to all objects in the root. If multiple differing values are found on a single property, the details panel UI displays "multiple values"

Variables

Name Description

Public variable

TArray< UObject...

 

Objects

Constructors

Name Description

Public function

FDetailsViewObjectRoot()

Public function

FDetailsViewObjectRoot

(
    UObject* InObject
)

Public function

FDetailsViewObjectRoot

(
    const TArray< UObject* >& InO...
)

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