Navigation
API > API/Editor > API/Editor/DetailCustomizations
| Name | FPerPlatformPropertyCustomNodeBuilder |
| Type | class |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h |
| Include Path | #include "PerPlatformPropertyCustomization.h" |
Syntax
class FPerPlatformPropertyCustomNodeBuilder :
public IDetailCustomNodeBuilder,
public TSharedFromThis< FPerPlatformPropertyCustomNodeBuilder >
Inheritance Hierarchy
- TSharedFromThis< FPerPlatformPropertyCustomNodeBuilder > → FPerPlatformPropertyCustomNodeBuilder
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPerPlatformPropertyCustomNodeBuilder
(
const FPerPlatformPropertyCustomNodeBuilderArgs& InArgs |
PerPlatformPropertyCustomization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Args | FPerPlatformPropertyCustomNodeBuilderArgs | Handle to the default value | PerPlatformPropertyCustomization.h | |
| OnRebuildChildren | FSimpleDelegate | PerPlatformPropertyCustomization.h | ||
| OnToggleExpansion | FOnToggleNodeExpansion | PerPlatformPropertyCustomization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateChildContent
(
IDetailChildrenBuilder& ChildrenBuilder |
PerPlatformPropertyCustomization.h | ||
virtual void GenerateHeaderRowContent
(
FDetailWidgetRow& HeaderRow |
PerPlatformPropertyCustomization.h | ||
virtual FName GetName() |
PerPlatformPropertyCustomization.h | ||
virtual bool InitiallyCollapsed() |
PerPlatformPropertyCustomization.h | ||
virtual bool RequiresTick() |
PerPlatformPropertyCustomization.h | ||
virtual void SetOnRebuildChildren
(
FSimpleDelegate InOnRegenerateChildren |
PerPlatformPropertyCustomization.h | ||
virtual void SetOnToggleExpansion
(
FOnToggleNodeExpansion InOnRegenerateChildren |
PerPlatformPropertyCustomization.h | ||
virtual void Tick
(
float DeltaTime |
PerPlatformPropertyCustomization.h |