FDatasmithSceneDetails

Customization of the details of the Datasmith Scene for the data prep editor.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IDetailCustomization

FDatasmithSceneDetails

References

Module

DatasmithContentEditor

Header

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

Include

#include "DatasmithSceneDetails.h"

Syntax

class FDatasmithSceneDetails : public IDetailCustomization

Remarks

Customization of the details of the Datasmith Scene for the data prep editor.

Functions

Name Description

Public function Static

TSharedRef< ...

 

MakeDetails()

Overridden from IDetailCustomization

Name Description

Public function Virtual

void

 

CustomizeDetails

(
    IDetailLayoutBuilder& DetailBuilde...
)

Called when details should be customized

Public function Virtual

void

 

CustomizeDetails

(
    const TSharedPtr< IDetailLayoutBuil...
)

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

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