Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonAnimatedSwitcher
Fires when the active widget displayed by the switcher changes
| Name | FOnActiveIndexChanged |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonAnimatedSwitcher.h |
| Include Path | #include "CommonAnimatedSwitcher.h" |
Syntax
class FOnActiveIndexChanged : public TBaseMulticastDelegate_TwoParams< void, UWidget *, int32 >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, UWidget *, int32 > → UCommonAnimatedSwitcher::FOnActiveIndexChanged