Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneFloatSection
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFloatSection.h |
| Include | #include "Sections/MovieSceneFloatSection.h" |
Syntax
class UMovieSceneFloatSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider,
public IMovieSceneChannelOverrideProvider
Remarks
A single floating point section
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneFloatChannel | FloatCurve | Float data | |
| TObjectPtr< UMovieSceneSectionChannelOverrideRegistry > | OverrideRegistry | Channel overrides |
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneFloatChannel & | GetChannel () |
Public access to this section's internal data function | |
| const FMovieSceneFloatChannel & | GetChannel () |
Overridden from IMovieSceneChannelOverrideProvider
| Type | Name | Description | |
|---|---|---|---|
| UE::MovieScene::FChannelOverrideProviderTraitsHandle | Gets the naming/indexing traits for this provider. | ||
| UMovieSceneSectionChannelOverrideRegistry * | GetChannelOverrideRegistry
(
bool bCreateIfMissing |
Gets the channel override container. | |
| void | Called when channel overrides have been added or removed. Should invalidate the channel proxy. |