Navigation
API > API/Plugins > API/Plugins/GeometryCollectionSequencer
Class for animation sections
| Name | FGeometryCollectionTrackSection |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Public/GeometryCollectionTrackEditor.h |
| Include Path | #include "GeometryCollectionTrackEditor.h" |
Syntax
class FGeometryCollectionTrackSection :
public ISequencerSection,
public TSharedFromThis< FGeometryCollectionTrackSection >
Inheritance Hierarchy
- TSharedFromThis< FGeometryCollectionTrackSection > → FGeometryCollectionTrackSection
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCollectionTrackSection
(
UMovieSceneSection& InSection, |
Constructor. | GeometryCollectionTrackEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGeometryCollectionTrackSection() |
Virtual destructor. | GeometryCollectionTrackEditor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InitialStartOffsetDuringResize | FFrameNumber | Cached start offset value valid only during resize | GeometryCollectionTrackEditor.h | |
| InitialStartTimeDuringResize | FFrameNumber | Cached start time valid only during resize | GeometryCollectionTrackEditor.h | |
| Section | UMovieSceneGeometryCollectionSection & | The section we are visualizing | GeometryCollectionTrackEditor.h | |
| Sequencer | TWeakPtr< ISequencer > | Used to draw animation frame, need selection state and local time | GeometryCollectionTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDilateSection() |
GeometryCollectionTrackEditor.h | ||
virtual void BeginResizeSection() |
GeometryCollectionTrackEditor.h | ||
virtual void BeginSlipSection() |
GeometryCollectionTrackEditor.h | ||
virtual void DilateSection
(
const TRange< FFrameNumber >& NewRange, |
GeometryCollectionTrackEditor.h | ||
virtual float GetSectionHeight() |
GeometryCollectionTrackEditor.h | ||
virtual UMovieSceneSection * GetSectionObject() |
GeometryCollectionTrackEditor.h | ||
virtual FText GetSectionTitle() |
GeometryCollectionTrackEditor.h | ||
virtual int32 OnPaintSection
(
FSequencerSectionPainter& Painter |
GeometryCollectionTrackEditor.h | ||
virtual void ResizeSection
(
ESequencerSectionResizeMode ResizeMode, |
GeometryCollectionTrackEditor.h | ||
virtual void SlipSection
(
FFrameNumber SlipTime |
GeometryCollectionTrackEditor.h |