Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- IDetailCustomNodeBuilder
- FBlueprintManagedListDetails
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintManagedListDetails.h |
| Include | #include "BlueprintManagedListDetails.h" |
Syntax
class FBlueprintManagedListDetails : public IDetailCustomNodeBuilder
Remarks
Blueprint managed list details
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDisplayOptions | DisplayOptions | Mutable display options |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetManagedListItems
(
TArray< FManagedListItem >& OutListItems |
||
| TSharedPtr< SWidget > | END IDetailCustomNodeBuilder interface Overridable interface methods | ||
| void | OnRemoveItem
(
const FManagedListItem& Item |
||
| void | Helper function to regenerate the details customization |
Overridden from IDetailCustomNodeBuilder
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateChildContent
(
IDetailChildrenBuilder& ChildrenBuilder |
Called to generate child content of this node | |
| void | GenerateHeaderRowContent
(
FDetailWidgetRow& HeaderRow |
IDetailCustomNodeBuilder interface | |
| FName | GetName () |
||
| bool | |||
| bool | RequiresTick () |
||
| void | SetOnRebuildChildren
(
FSimpleDelegate InOnRegenerateChildren |
Sets a delegate that should be used when the custom node needs to rebuild children | |
| void | Tick
(
float DeltaTime |
Called each tick if RequiresTick is true |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDisplayOptions | Customizable display options | ||
| FManagedListItem | List item node type |