IDetailChildrenBuilder::GenerateStructValueWidget

Generates a value widget from a customized struct If the customized struct has no value widget an empty widget will be returned

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailChildrenBuilder.h"

Syntax

TSharedRef< SWidget > GenerateStructValueWidget
(
    TSharedRef< IPropertyHandle > StructPropertyHandle
)

Remarks

Generates a value widget from a customized struct If the customized struct has no value widget an empty widget will be returned

Parameters

Parameter

Description

StructPropertyHandle

The handle to the struct property to generate the value widget from

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