Navigation
API > API/Editor > API/Editor/DetailCustomizations
Inheritance Hierarchy
- IDetailCustomNodeBuilder
- TSharedFromThis
- FPerPlatformPropertyCustomNodeBuilder
References
| Module | DetailCustomizations |
| Header | /Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h |
| Include | #include "PerPlatformPropertyCustomization.h" |
Syntax
class FPerPlatformPropertyCustomNodeBuilder :
public IDetailCustomNodeBuilder,
public TSharedFromThis< FPerPlatformPropertyCustomNodeBuilder >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IDetailCustomNodeBuilder
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateChildContent
(
IDetailChildrenBuilder& ChildrenBuilder |
Called to generate child content of this node | |
| void | GenerateHeaderRowContent
(
FDetailWidgetRow& NodeRow |
Called to generate content in the header of this node ( the actual node content ). | |
| 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 | SetOnToggleExpansion
(
FOnToggleNodeExpansion InOnToggleExpansion |
Sets a delegate that should be used when the custom node wants to expand | |
| void | Tick
(
float DeltaTime |
Called each tick if RequiresTick is true |