|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <ChatBoxWidget.h>
UChatBoxWidget에 대한 상속 다이어그램 :
UChatBoxWidget에 대한 협력 다이어그램:Public 멤버 함수 | |
| void | SetChatBubbleColor (bool IsMine) const |
| void | SetMessage (FText InMessage) |
| void | SetPlayerName (FText InPlayerName) |
| void | SetPlayerProfile (FLinearColor InBgColor, EResourceTextureType InProfileType) |
Protected 속성 | |
| TObjectPtr< class UBorder > | Border_ChatBubble |
| TObjectPtr< class UBorder > | Border_ProfileBG |
| TObjectPtr< class UImage > | Image_ChatTail |
| TObjectPtr< class UImage > | Image_Profile |
| TObjectPtr< class UTextBlock > | Txt_Message |
| TObjectPtr< class UTextBlock > | Txt_Name |
ChatBoxWidget.h 파일의 14 번째 라인에서 정의되었습니다.
| void UChatBoxWidget::SetChatBubbleColor | ( | bool | IsMine | ) | const |
ChatBoxWidget.cpp 파일의 43 번째 라인에서 정의되었습니다.
다음을 참조함 : Border_ChatBubble, Image_ChatTail, Txt_Name.
다음에 의해서 참조됨 : UChatWidget::SendMessage().
이 함수를 호출하는 함수들에 대한 그래프입니다.:| void UChatBoxWidget::SetMessage | ( | FText | InMessage | ) |
ChatBoxWidget.cpp 파일의 17 번째 라인에서 정의되었습니다.
다음을 참조함 : Border_ChatBubble, Txt_Message.
다음에 의해서 참조됨 : UChatWidget::SendMessage().
이 함수를 호출하는 함수들에 대한 그래프입니다.:| void UChatBoxWidget::SetPlayerName | ( | FText | InPlayerName | ) |
ChatBoxWidget.cpp 파일의 12 번째 라인에서 정의되었습니다.
다음을 참조함 : Txt_Name.
다음에 의해서 참조됨 : UChatWidget::SendMessage().
이 함수를 호출하는 함수들에 대한 그래프입니다.:| void UChatBoxWidget::SetPlayerProfile | ( | FLinearColor | InBgColor, |
| EResourceTextureType | InProfileType | ||
| ) |
ChatBoxWidget.cpp 파일의 28 번째 라인에서 정의되었습니다.
다음을 참조함 : Border_ProfileBG, Image_Profile.
다음에 의해서 참조됨 : UChatWidget::SendMessage().
이 함수를 호출하는 함수들에 대한 그래프입니다.:
|
protected |
ChatBoxWidget.h 파일의 41 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetChatBubbleColor(), SetMessage().
|
protected |
ChatBoxWidget.h 파일의 31 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetPlayerProfile().
|
protected |
ChatBoxWidget.h 파일의 38 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetChatBubbleColor().
|
protected |
ChatBoxWidget.h 파일의 34 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetPlayerProfile().
|
protected |
ChatBoxWidget.h 파일의 48 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetMessage().
|
protected |
ChatBoxWidget.h 파일의 45 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetChatBubbleColor(), SetPlayerName().