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