Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- IPropertyTypeCustomization
- FMovieSceneObjectBindingIDPicker
- FMovieSceneObjectBindingIDCustomization
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneObjectBindingIDCustomization.h |
| Include | #include "MovieSceneObjectBindingIDCustomization.h" |
Syntax
class FMovieSceneObjectBindingIDCustomization :
public IPropertyTypeCustomization,
private FMovieSceneObjectBindingIDPicker
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneObjectBindingIDCustomization
(
FMovieSceneSequenceID InLocalSequenceID, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindTo
(
TSharedRef< ISequencer > InSequencer |
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 |