IDetailLayoutBuilder::RegisterInstancedCustomPropertyTypeLayout

Registers a custom detail layout delegate for a specific type in this layout only

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

void RegisterInstancedCustomPropertyTypeLayout
(
    FName PropertyTypeName,
    FOnGetPropertyTypeCustomizationInstance PropertyTypeLayoutDelegate,
    TSharedPtr< IPropertyTypeIdentifier > Identifier
)

Remarks

Registers a custom detail layout delegate for a specific type in this layout only

Parameters

Parameter

Description

PropertyTypeName

The type the custom detail layout is for

DetailLayoutDelegate

The delegate to call when querying for custom detail layouts for the classes properties

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