![]() |
Iliad
Painting Plugin for UnrealEngine4 by Praxinos
|
Public Member Functions | |
int32 | AddFrame () |
virtual FVector2D | ComputeDesiredSize (float LayoutScaleMultiplier) const |
TSharedPtr< SWidget > | GetFrameContent (int32 iIndex) const |
int32 | GetFrameCount () const |
int32 | GetFrameLength (int32 iIndex) const |
float | GetFrameSize () const |
EVisibility | GetFrameVisibility (int32 iIndex) const |
FMargin | GetLengthHandlePadding () const |
EVisibility | GetLengthHandleVisibility () const |
FMargin | GetTimingHandlePadding () const |
EVisibility | GetTimingHandleVisibility () const |
void | InsertFrame (int32 iIndex) |
void | MoveFrame (int32 iSrcIndex, int32 iDestIndex) |
virtual void | OnDragLeave (const FDragDropEvent &DragDropEvent) |
virtual FReply | OnDragOver (const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent) |
virtual FReply | OnDrop (const FGeometry &iGeometry, const FDragDropEvent &iDragDropEvent) |
void | RemoveAllFrames () |
void | RemoveFrameAt (int32 iIndex) |
void | SetFrameContent (int32 iIndex, TSharedPtr< SWidget > iContent) |
void | SetFrameLength (int32 iIndex, int32 iLength) |
void | SetFrameVisibility (int32 iIndex, EVisibility iVisibility) |
Public Attributes | |
SOdysseyTimelineFrameList | |
int32 SOdysseyTimelineFrameList::AddFrame | ( | ) |
|
virtual |
TSharedPtr< SWidget > SOdysseyTimelineFrameList::GetFrameContent | ( | int32 | iIndex | ) | const |
int32 SOdysseyTimelineFrameList::GetFrameCount | ( | ) | const |
int32 SOdysseyTimelineFrameList::GetFrameLength | ( | int32 | iIndex | ) | const |
float SOdysseyTimelineFrameList::GetFrameSize | ( | ) | const |
EVisibility SOdysseyTimelineFrameList::GetFrameVisibility | ( | int32 | iIndex | ) | const |
FMargin SOdysseyTimelineFrameList::GetLengthHandlePadding | ( | ) | const |
EVisibility SOdysseyTimelineFrameList::GetLengthHandleVisibility | ( | ) | const |
FMargin SOdysseyTimelineFrameList::GetTimingHandlePadding | ( | ) | const |
EVisibility SOdysseyTimelineFrameList::GetTimingHandleVisibility | ( | ) | const |
void SOdysseyTimelineFrameList::InsertFrame | ( | int32 | iIndex | ) |
void SOdysseyTimelineFrameList::MoveFrame | ( | int32 | iSrcIndex, |
int32 | iDestIndex | ||
) |
|
virtual |
|
virtual |
|
virtual |
void SOdysseyTimelineFrameList::RemoveAllFrames | ( | ) |
void SOdysseyTimelineFrameList::RemoveFrameAt | ( | int32 | iIndex | ) |
void SOdysseyTimelineFrameList::SetFrameContent | ( | int32 | iIndex, |
TSharedPtr< SWidget > | iContent | ||
) |
void SOdysseyTimelineFrameList::SetFrameLength | ( | int32 | iIndex, |
int32 | iLength | ||
) |
void SOdysseyTimelineFrameList::SetFrameVisibility | ( | int32 | iIndex, |
EVisibility | iVisibility | ||
) |
SOdysseyTimelineFrameList::SOdysseyTimelineFrameList |