FKeyStructCustomization::CustomizeHeaderOnlyWithButton

Helper variant that generates the key struct in the header and appends a single button at the end TODO: Is there a better way?

Windows
MacOS
Linux

References

Module

DetailCustomizations

Header

/Engine/Source/Editor/DetailCustomizations/Public/KeyStructCustomization.h

Include

#include "KeyStructCustomization.h"

Source

/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.cpp

Syntax

void CustomizeHeaderOnlyWithButton
(
    TSharedRef< class IPropertyHandle > StructPropertyHandle,
    class FDetailWidgetRow & HeaderRow,
    IPropertyTypeCustomizationUtils & StructCustomizationUtils,
    TSharedRef< SWidget > Button
)

Remarks

Helper variant that generates the key struct in the header and appends a single button at the end TODO: Is there a better way?

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