Choose your operating system:
Windows
macOS
Linux
| IDetailCustomNodeBuilder | ||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h |
Include |
#include "PerPlatformPropertyCustomization.h" |
class FPerPlatformPropertyCustomNodeBuilder :
public IDetailCustomNodeBuilder,
public TSharedFromThis< FPerPlatformPropertyCustomNodeBuilder >
Name | Description | |
---|---|---|
|
FPerPlatformPropertyCustomNodeBuilder ( |
Name | Description | ||
---|---|---|---|
|
GenerateChildContent ( |
Called to generate child content of this node |
|
|
GenerateHeaderRowContent ( |
Called to generate content in the header of this node ( the actual node content ). |
|
|
GetName() |
||
|
InitiallyCollapsed() |
||
|
RequiresTick() |
||
|
SetOnRebuildChildren ( |
Sets a delegate that should be used when the custom node needs to rebuild children |
|
|
SetOnToggleExpansion ( |
Sets a delegate that should be used when the custom node wants to expand |
|
|
Tick ( |
Called each tick if RequiresTick is true |