mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
13 lines
379 B
C++
13 lines
379 B
C++
#include "FortRewardConversationWidget.h"
|
|
|
|
bool UFortRewardConversationWidget::IsValidConversation(const UFortConversation* Conversation) {
|
|
return false;
|
|
}
|
|
|
|
void UFortRewardConversationWidget::GetDataFromSentence(const FFortConversationSentence& Sentence, FText& Text, UTexture2D*& TalkingHeadTexture) {
|
|
}
|
|
|
|
UFortRewardConversationWidget::UFortRewardConversationWidget() {
|
|
}
|
|
|