IDetailChildrenBuilder::AddAllExternalStructureProperties

Adds all the properties of an external structure as a children

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailChildrenBuilder.h"

Syntax

TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
(
    TSharedRef< FStructOnScope > ChildStructure
)

Remarks

Adds all the properties of an external structure as a children

Returns

An array of interfaces to the properties that were added

Parameters

Parameter

Description

ChildStructure

The structure containing the properties to add

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