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

Public Member Functions | |
| Resized_EventArgs (const FVector2 &newSize, const FVector2 &prevSize) | |
| Constructor requires the new and old sizes. | |
Public Attributes | |
| const FVector2 | newSize |
| The new position after the move. | |
| const FVector2 | prevSize |
| The previous position from before the move. | |
| OpenGUI::Resized_EventArgs::Resized_EventArgs | ( | const FVector2 & | newSize, | |
| const FVector2 & | prevSize | |||
| ) | [inline] |
Constructor requires the new and old sizes.
The new position after the move.
The previous position from before the move.