KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
UInteractWidget 클래스 참조

#include <UInteractWidget.h>

+ UInteractWidget에 대한 상속 다이어그램 :
+ UInteractWidget에 대한 협력 다이어그램:

Public 멤버 함수

void InitInfo (const FString InKey, const FString InDesc)
 
void UpdateDesc (const FString &NewDesc)
 

Protected 속성

TObjectPtr< class UTextBlock > Txt_Desc
 
TObjectPtr< class UTextBlock > Txt_Key
 

상세한 설명

UInteractWidget.h 파일의 13 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ InitInfo()

void UInteractWidget::InitInfo ( const FString  InKey,
const FString  InDesc 
)

UInteractWidget.cpp 파일의 8 번째 라인에서 정의되었습니다.

9{
10 Txt_Key->SetText(FText::FromString(InKey));
11 Txt_Desc->SetText(FText::FromString(InDesc));
12}
TObjectPtr< class UTextBlock > Txt_Key
TObjectPtr< class UTextBlock > Txt_Desc

다음을 참조함 : Txt_Desc, Txt_Key.

◆ UpdateDesc()

void UInteractWidget::UpdateDesc ( const FString &  NewDesc)

UInteractWidget.cpp 파일의 14 번째 라인에서 정의되었습니다.

15{
16 if (Txt_Desc)
17 Txt_Desc->SetText(FText::FromString(NewDesc));
18}

다음을 참조함 : Txt_Desc.

멤버 데이터 문서화

◆ Txt_Desc

TObjectPtr<class UTextBlock> UInteractWidget::Txt_Desc
protected

UInteractWidget.h 파일의 26 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : InitInfo(), UpdateDesc().

◆ Txt_Key

TObjectPtr<class UTextBlock> UInteractWidget::Txt_Key
protected

UInteractWidget.h 파일의 23 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : InitInfo().


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