![]() |
Iliad
Painting Plugin for UnrealEngine4 by Praxinos
|
Public Member Functions | |
void | BindCommands (const TSharedRef< FUICommandList > &iCommandList) |
void | Construct (const FArguments &InArgs) |
float | FrameSize () const |
int | GetCurrentKeyframeIndex () const |
float | GetScrubPosition () const |
bool | IsLooping () const |
bool | IsPlaying () const |
bool | IsPlayingBackward () const |
bool | IsScrubbing () const |
TSharedPtr< SWidget > | OnArrowNavigation (EUINavigation iNavigation) |
Public Attributes | |
SOdysseyFlipbookTimelineView | |
Implements the Timeline widget
void SOdysseyFlipbookTimelineView::BindCommands | ( | const TSharedRef< FUICommandList > & | iCommandList | ) |
void SOdysseyFlipbookTimelineView::Construct | ( | const FArguments & | InArgs | ) |
float SOdysseyFlipbookTimelineView::FrameSize | ( | ) | const |
int SOdysseyFlipbookTimelineView::GetCurrentKeyframeIndex | ( | ) | const |
float SOdysseyFlipbookTimelineView::GetScrubPosition | ( | ) | const |
bool SOdysseyFlipbookTimelineView::IsLooping | ( | ) | const |
bool SOdysseyFlipbookTimelineView::IsPlaying | ( | ) | const |
bool SOdysseyFlipbookTimelineView::IsPlayingBackward | ( | ) | const |
bool SOdysseyFlipbookTimelineView::IsScrubbing | ( | ) | const |
TSharedPtr< SWidget > SOdysseyFlipbookTimelineView::OnArrowNavigation | ( | EUINavigation | iNavigation | ) |
SOdysseyFlipbookTimelineView::SOdysseyFlipbookTimelineView |