Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/DetailsCustomizations
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FChaosVDParticleDataWrapperCustomization
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/DetailsCustomizations/ChaosVDParticleDataWrapperCustomization.h |
| Include | #include "DetailsCustomizations/ChaosVDParticleDataWrapperCustomization.h" |
Syntax
class FChaosVDParticleDataWrapperCustomization : public IPropertyTypeCustomization
Remarks
Property Customization used to only show the available particle data withing the ChaosVDParticleDataViewer
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< IPropertyHandle > PropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< IPropertyHandle > PropertyHandle, |
Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed |