Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Customizations > API/Plugins/NiagaraEditor/Customizations/FNiagaraEventScr-
- IPropertyTypeCustomization::CustomizeChildren()
- FNiagaraEventScriptPropertiesCustomization::CustomizeChildren()
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Customizations/NiagaraEventScriptPropertiesCustomization.h |
Include | #include "Customizations/NiagaraEventScriptPropertiesCustomization.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/Customizations/NiagaraEventScriptPropertiesCustomization.cpp |
virtual void CustomizeChildren
&40;
TSharedRef< IPropertyHandle > PropertyHandle,
class IDetailChildrenBuilder & ChildBuilder,
IPropertyTypeCustomizationUtils & CustomizationUtils
&41;
Remarks
Called when the children of the property should be customized or extra rows added
Parameters
Name | Description |
---|---|
PropertyHandle | Handle to the property being customized |
StructBuilder | A builder for adding children |
StructCustomizationUtils | Utilities for customization |