IDetailCategoryBuilder::AddAllExternalStructureProperties

Adds all properties for the specified external structure to this category

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
(
    TSharedRef< FStructOnScope > StructData,
    EPropertyLocation::Type Location
)

Remarks

Adds all properties for the specified external structure to this category

Returns

Array of all properties added to this category

Parameters

Parameter

Description

StructData

External struct data to add to the root

Location

The location within the category where the properties are to be shown

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