IDetailChildrenBuilder::AddExternalStructureProperty

Adds a property from a custom structure as a child

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailChildrenBuilder.h"

Syntax

IDetailPropertyRow * AddExternalStructureProperty
(
    TSharedRef< FStructOnScope > ChildStructure,
    FName PropertyName,
    const FAddPropertyParams & Params
)

Remarks

Adds a property from a custom structure as a child

Parameters

Parameter

Description

ChildStructure

The structure to add

PropertyName

Optional name of a property inside the Child structure to add. If this is empty, the entire structure will be added

UniqueIdName

Optional identifier that uniquely identifies this structure among other structures of the same type. If this is empty, saving and restoring expansion state of this structure may not work

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