Navigation
Unreal Engine C++ API Reference > Plugins > AnimationSharingEd > FAnimationStateEntryCustomization
- IPropertyTypeCustomization::CustomizeChildren()
- FAnimationStateEntryCustomization::CustomizeChildren()
References
Module | AnimationSharingEd |
Header | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Public/SetupDetailsViewCustomizations.h |
Include | #include "SetupDetailsViewCustomizations.h" |
Source | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Private/SetupDetailsViewCustomizations.cpp |
virtual void CustomizeChildren
&40;
TSharedRef< IPropertyHandle > PropertyHandle,
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 |