Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Gets a delegate that is invoked when a regular window is moved or resized
| Name | FOnRegularWindowMovedOrResized |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
Syntax
class FOnRegularWindowMovedOrResized : public TBaseMulticastDelegate_OneParam< void, TSharedRef< SWindow > >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, TSharedRef< SWindow > > → FSlateApplication::FOnRegularWindowMovedOrResized