#include <OpenGUI_Event.h>
Inheritance diagram for OpenGUI::Moved_EventArgs:

Public Member Functions | |
| Moved_EventArgs (const FVector2 &newPosition, const FVector2 &prevPosition) | |
| Constructor requires the new and old positions. | |
Public Attributes | |
| const FVector2 | newPosition |
| The new position after the move. | |
| const FVector2 | prevPosition |
| The previous position from before the move. | |
| OpenGUI::Moved_EventArgs::Moved_EventArgs | ( | const FVector2 & | newPosition, | |
| const FVector2 & | prevPosition | |||
| ) | [inline] |
Constructor requires the new and old positions.
The new position after the move.
The previous position from before the move.