IDetailCustomNodeBuilder

A custom node that can be given to a details panel category to customize widgets

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

PropertyEditor

Header

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

Include

#include "IDetailCustomNodeBuilder.h"

Syntax

class IDetailCustomNodeBuilder

Remarks

A custom node that can be given to a details panel category to customize widgets

Destructors

Name Description

Public function Virtual

~IDetailCustomNodeBuilder()

Functions

Name Description

Public function Virtual

void

 

GenerateChildContent

(
    IDetailChildrenBuilder& ChildrenBu...
)

Called to generate child content of this node

Public function

void

 

GenerateHeaderRowContent

(
    FDetailWidgetRow& NodeRow
)

Called to generate content in the header of this node ( the actual node content ).

Public function Const

FName

 

GetName()

Public function Virtual Const

TSharedPtr< ...

 

GetPropertyHandle()

Public function Virtual Const

bool

 

InitiallyCollapsed()

Public function Virtual Const

bool

 

RequiresTick()

Public function Virtual

void

 

SetOnRebuildChildren

(
    FSimpleDelegate InOnRegenerateChild...
)

Sets a delegate that should be used when the custom node needs to rebuild children

Public function Virtual

void

 

SetOnToggleExpansion

(
    FOnToggleNodeExpansion InOnToggleEx...
)

Sets a delegate that should be used when the custom node wants to expand

Public function Virtual

void

 

Tick

(
    float DeltaTime
)

Called each tick if RequiresTick is true