Navigation
API > API/Plugins > API/Plugins/MovieSceneAnimMixerEditor
Drop preview data for dragging sections in Animation Mixer track
| Name | FAnimMixerDropPreview |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MovieSceneAnimMixer/Source/MovieSceneAnimMixerEditor/Public/MVVM/AnimationMixerTrackModel.h |
| Include Path | #include "MVVM/AnimationMixerTrackModel.h" |
Syntax
struct FAnimMixerDropPreview
Enums
Public
| Name | Remarks |
|---|---|
| EZone |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SectionFrameRange | TRange< FFrameNumber > | MVVM/AnimationMixerTrackModel.h | ||
| TargetRowIndex | int32 | MVVM/AnimationMixerTrackModel.h | ||
| VirtualBottom | float | MVVM/AnimationMixerTrackModel.h | ||
| VirtualTop | float | MVVM/AnimationMixerTrackModel.h | ||
| Zone | EZone | MVVM/AnimationMixerTrackModel.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FAnimMixerDropPreview& Other |
MVVM/AnimationMixerTrackModel.h | ||
bool operator==
(
const FAnimMixerDropPreview& Other |
MVVM/AnimationMixerTrackModel.h |