IDetailLayoutBuilder::AddStructurePropertyData

Adds an external structure's property data to this details panel's PropertyMap.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

TSharedPtr< IPropertyHandle > AddStructurePropertyData
(
    const TSharedPtr< FStructOnScope > & StructData,
    FName PropertyName
)

Remarks

Adds an external structure's property data to this details panel's PropertyMap. Allows getting the property handle for the property without having to generate a row widget.

Returns

The property handle tied to the generated property node.

Parameters

Parameter

Description

StructData

Struct data to find the property within.

PropertyName

Name of the property to generate a node from.

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