Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FFrameNumberDetailsCustomization
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/FrameNumberDetailsCustomization.h |
| Include | #include "FrameNumberDetailsCustomization.h" |
Syntax
class FFrameNumberDetailsCustomization : public IPropertyTypeCustomization
Remarks
Customize the FFrameNumber to support conversion from seconds/frames/timecode formats.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFrameNumberDetailsCustomization
(
TSharedPtr< INumericTypeInterface< double >> InNumericTypeInterface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance
(
TSharedPtr< INumericTypeInterface< double >> InNumericTypeInterface |
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, |
IPropertyTypeCustomization interface |