Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FMovieSceneSectionDetailsCustomization
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneSectionDetailsCustomization.h |
| Include | #include "MovieSceneSectionDetailsCustomization.h" |
Syntax
class FMovieSceneSectionDetailsCustomization : public IDetailCustomization
Remarks
Customizes FMovieSceneSection to expose the section bounds to the UI and allow changing their bounded states.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneSectionDetailsCustomization
(
TSharedPtr< INumericTypeInterface< double >> InNumericTypeInterface, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance
(
TSharedPtr< INumericTypeInterface< double >> InNumericTypeInterface, |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
IDetailCustomization interface |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ERangeBoundValueType |