IPropertyHandle::AddChildStructure

Adds a child structure

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

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

Remarks

Adds a child structure

Returns

An array of interfaces to the properties that were added

Parameters

Parameter

Description

ChildStructure

The structure 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