Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UMovieSceneSection
- IMovieSceneEntityProvider
- UMovieSceneDoubleVectorSection
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h |
| Include | #include "Sections/MovieSceneVectorSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneDoubleVectorSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
A double vector section.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneDoubleVectorSection
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMovieSceneDoubleChannel & | GetChannel
(
int32 Index |
Public access to this section's internal data function | |
| int32 | Gets the number of channels in use | ||
| TSharedPtr< FStructOnScope > | GetKeyStruct
(
TArrayView< const FKeyHandle > KeyHandles |
||
| void | |||
| void | |||
| void | Serialize
(
FArchive& Ar |
||
| void | SetChannelsUsed
(
int32 InChannelsUsed |
Sets how many channels are to be used |