IPropertyRowGenerator::SetObjects

Sets the objects that should be used to generate rows

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IPropertyRowGenerator.h"

Syntax

void SetObjects
(
    const TArray< UObject * > & InObjects
)

Remarks

Sets the objects that should be used to generate rows

Parameters

Parameter

Description

InObjects

The list of objects to generate rows from. Note unless FPropertyRowGeneratorArgs.bAllowMultipleTopLevelObjects is set to true, the properties used will be the common base class of all passed in objects

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