RegisterCustomPropertyTypeLayout

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Virtual

void

 

RegisterCustomPropertyTypeLayout

(
    FName PropertyTypeName,
    FOnGetPropertyTypeCustomizationInst...,
    TSharedPtr< IPropertyTypeIdentifier...
)

Registers a property type customization A property type is a specific FProperty type, a struct, or enum type

Public function Virtual

void

 

RegisterCustomPropertyTypeLayout

(
    FName PropertyTypeName,
    FOnGetPropertyTypeCustomizationInst...,
    TSharedPtr< IPropertyTypeIdentifier...,
    TSharedPtr< IDetailsView > ForSpeci...
)

This version of RegisterCustomPropertyTypeLayout has been deprecated. For per-details instance customization call IDetailsView::RegisterInstancedCustomPropertyTypeLayout