UWidgetVisibilityComponent¶
#include <WidgetVisibilityComponent.h>
Inherits from UActorComponent
Public Functions¶
| Name | |
|---|---|
| void | ErrorNotifyTimer() |
| bool | HasWidgetCompletedFadeOut() const |
| bool | IsVisible() const |
| void | NotifyWidgetCompletedFadeOut(bool bInCompletedFadeOut) |
| void | SetVisibile(bool bInVisibility) |
| UWidgetVisibilityComponent() |
Public Attributes¶
| Name | |
|---|---|
| FOnVisibilityChanged | OnVisibilityChanged |
| FOnWidgetVisibilityComponentDestroyed | OnWidgetVisibilityComponentDestroyed |
Protected Attributes¶
| Name | |
|---|---|
| bool | bCompletedFadeOut |
| bool | bVisible |
Updated on 2025-01-21 at 09:02:25 +0100