IDetailPropertyExtensionHandler

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailPropertyExtensionHandler.h"

Syntax

class IDetailPropertyExtensionHandler

Destructors

Functions

Name Description

Public function Virtual

TSharedRef< ...

 

GenerateExtensionWidget

(
    const IDetailLayoutBuilder& InDeta...,
    const UClass* InObjectClass,
    TSharedPtr< IPropertyHandle > Prope...
)

Public function Const

bool

 

IsPropertyExtendable

(
    const UClass* InObjectClass,
    const IPropertyHandle& PropertyHan...
)

Deprecated Functions

Name Description

Public function Virtual

TSharedRef< ...

 

GenerateExtensionWidget

(
    const UClass* InObjectClass,
    TSharedPtr< IPropertyHandle > Prope...
)

Please use the overload that takes a IDetailLayoutBuilder

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