|
Payback 0.0.1
CK Graduation Project
|
#include <CurrencyDisplayWidgetBase.h>


Public 멤버 함수 | |
| void | OverrideCurrency (const int32 OverridingCurrency) |
| void | AddCurrency (const int32 AddCurrency) |
| void | ResetCurrency () |
| UTextBlock * | GetDisplayText () const |
| UImage * | GetBackgroundImage () const |
UUserWidgetBase(으)로부터 상속된 Public 멤버 함수 | |
| virtual void | SetAbilitySystemComponent (AActor *InOwner) |
| virtual UAbilitySystemComponent * | GetAbilitySystemComponent () const override |
| virtual void | OnPushedToLayer () |
| virtual void | OnPoppedFromLayer () |
| virtual void | OnActivated () |
| virtual void | OnDeactivated () |
| void | Activate () |
| void | Deactivate () |
| FORCEINLINE FGameplayTag | GetLayerTag () const |
| FORCEINLINE void | SetLayerTag (const FGameplayTag InTag) |
| FORCEINLINE bool | IsPrimary () const |
| FORCEINLINE void | SetPrimary (const bool InPrimary) |
| FORCEINLINE EWidgetState | GetWidgetState () const |
| FORCEINLINE void | SetWidgetState (const EWidgetState InState) |
| FORCEINLINE UWaitForWidgetActivation * | GetActivationHandle () |
| FORCEINLINE bool | HasAppearanceAnim () const |
| FORCEINLINE bool | HasDisappearanceAnim () const |
Protected 속성 | |
| TObjectPtr< UTextBlock > | TXT_Display |
| TObjectPtr< UImage > | IMG_Background |
UUserWidgetBase(으)로부터 상속된 Protected 속성 | |
| EWidgetState | WidgetState |
| TObjectPtr< UAbilitySystemComponent > | ASC |
| FGameplayTag | LayerTag |
| bool | bPrimary = false |
| TObjectPtr< UWidgetAnimation > | AppearanceAnim |
| TObjectPtr< UWidgetAnimation > | DisappearanceAnim |
Private 멤버 함수 | |
| void | UpdateDisplayText () const |
Private 속성 | |
| int32 | CurrentCount = 0 |
추가로 상속된 멤버들 | |
UUserWidgetBase(으)로부터 상속된 Protected 멤버 함수 | |
| virtual void | OnWidgetActivated () |
| virtual void | OnWidgetDeactivated () |
| void | OnPushedToLayer_Internal () |
| void | OnPoppedFromLayer_Internal () |
| void | OnActivated_Internal () |
| void | OnDeactivated_Internal () |
| void UCurrencyDisplayWidgetBase::AddCurrency | ( | const int32 | AddCurrency | ) |


|
inline |
|
inline |
| void UCurrencyDisplayWidgetBase::OverrideCurrency | ( | const int32 | OverridingCurrency | ) |
| void UCurrencyDisplayWidgetBase::ResetCurrency | ( | ) |
|
private |

|
private |
|
protected |
|
protected |