IPropertyRowGenerator::RegisterInstancedCustomPropertyLayout

Registers a custom detail layout delegate for a specific class in this instance of the generator only

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IPropertyRowGenerator.h"

Syntax

void RegisterInstancedCustomPropertyLayout
(
    UStruct * Class,
    FOnGetDetailCustomizationInstance DetailLayoutDelegate
)

Remarks

Registers a custom detail layout delegate for a specific class in this instance of the generator only

Parameters

Parameter

Description

Class

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