IDetailCategoryBuilder::AddExternalStructure

Adds an external standalone structure to this details panel

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

IDetailPropertyRow * AddExternalStructure
(
    TSharedPtr< FStructOnScope > StructData,
    EPropertyLocation::Type Location
)

Remarks

Adds an external standalone structure to this details panel

Returns

A property row for customizing the property or NULL if the property could not be found

Parameters

Parameter

Description

StructData

Struct data to find the property within

Location

The location within the category where the property is 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