Payback 0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
UHUDWidget 클래스 참조

#include <HUDWidget.h>

UHUDWidget에 대한 상속 다이어그램 :
Inheritance graph
UHUDWidget에 대한 협력 다이어그램:
Collaboration graph

Public 멤버 함수

virtual void SetAbilitySystemComponent (AActor *InOwner) override
 
- UUserWidgetBase(으)로부터 상속된 Public 멤버 함수
virtual UAbilitySystemComponent * GetAbilitySystemComponent () const override
 

Protected 속성

TObjectPtr< class UHpBarUserWidgetHpBar
 
- UUserWidgetBase(으)로부터 상속된 Protected 속성
TObjectPtr< UAbilitySystemComponent > ASC
 

멤버 함수 문서화

◆ SetAbilitySystemComponent()

void UHUDWidget::SetAbilitySystemComponent ( AActor *  InOwner)
overridevirtual

UUserWidgetBase(으)로부터 재구현되었습니다.

9{
10 Super::SetAbilitySystemComponent(InOwner);
11
12 if (HpBar)
13 {
14 HpBar->SetAbilitySystemComponent(InOwner);
15 }
16}
TObjectPtr< class UHpBarUserWidget > HpBar
Definition HUDWidget.h:22

멤버 데이터 문서화

◆ HpBar

TObjectPtr<class UHpBarUserWidget> UHUDWidget::HpBar
protected

이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: