Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HMovieSceneKeyProxy
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneHitProxy.h |
| Include | #include "MovieSceneHitProxy.h" |
Syntax
struct HMovieSceneKeyProxy : public HHitProxy
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTrajectoryKey | Key | The trajectory key data | |
| TWeakObjectPtr< UMovieSceneTrack > | MovieSceneTrack | The track that contains the section |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HMovieSceneKeyProxy
(
UMovieSceneTrack* InTrack, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| HHitProxyType * | GetType () |
||
| HHitProxyType * |
Overridden from HHitProxy
| Type | Name | Description | |
|---|---|---|---|
| EMouseCursor::Type | Override to change the mouse based on what it is hovering over. |