Navigation
API > API/Plugins > API/Plugins/WaveTableEditor
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FTransformLayoutCustomizationBase
- FTransformLayoutCustomization
References
| Module | WaveTableEditor |
| Header | /Engine/Plugins/Runtime/WaveTable/Source/WaveTableEditor/Public/WaveTableTransformLayout.h |
| Include | #include "WaveTableTransformLayout.h" |
Syntax
class FTransformLayoutCustomizationBase : public IPropertyTypeCustomization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyHandle > | ChannelIndexHandle | ||
| TSharedPtr< IPropertyHandle > | CurveHandle | ||
| TSharedPtr< IPropertyHandle > | FilePathHandle | ||
| TSharedPtr< IPropertyHandle > | SourceDataHandle | ||
| TSharedPtr< IPropertyHandle > | WaveTableOptionsHandle |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| EWaveTableCurve | GetCurve () |
||
| int32 | |||
| EWaveTableSamplingMode | |||
| TSet< EWaveTableCurve > | |||
| FWaveTableTransform * | GetTransform () |
||
| bool | IsBipolar () |
||
| bool |
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 |