FDatasmithSceneDetails::CustomizeDetails

Called when details should be customized, this version allows the customization to store a weak ptr to the layout builder.

Windows
MacOS
Linux

Override Hierarchy

IDetailCustomization::CustomizeDetails()

FDatasmithSceneDetails::CustomizeDetails()

References

Module

DatasmithContentEditor

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContentEditor/Public/DatasmithSceneDetails.h

Include

#include "DatasmithSceneDetails.h"

Source

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContentEditor/Private/DatasmithSceneDetails.cpp

Syntax

virtual void CustomizeDetails
(
    const TSharedPtr< IDetailLayoutBuilder > & DetailBuilder
)

Remarks

Called when details should be customized, this version allows the customization to store a weak ptr to the layout builder. This allows property changes to trigger a force refresh of the detail panel.

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