FGeomComponentCacheParametersCustomization::CustomizeChildren

Called when the children of the property should be customized or extra rows added

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IPropertyTypeCustomization::CustomizeChildren()

FGeomComponentCacheParametersCustomization::CustomizeChildren()

References

Module

GeometryCollectionEditor

Header

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/DetailCustomizations/GeomComponentCacheCustomization.h

Include

#include "GeometryCollection/DetailCustomizations/GeomComponentCacheCustomization.h"

Source

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Private/GeometryCollection/DetailCustomizations/GeomComponentCacheCustomization.cpp

Syntax

virtual void CustomizeChildren
(
    TSharedRef< IPropertyHandle > PropertyHandle,
    IDetailChildrenBuilder & ChildBuilder,
    IPropertyTypeCustomizationUtils & CustomizationUtils
)

Remarks

Called when the children of the property should be customized or extra rows added

Parameters

Parameter

Description

PropertyHandle

Handle to the property being customized

StructBuilder

A builder for adding children

StructCustomizationUtils

Utilities for customization