UQuestPool¶
#include <QuestPool.h>
Inherits from UActorComponent, IReplicatedSubobjectInterface
Public Functions¶
Name | |
---|---|
void | AbandonQuest(TScriptInterface< IQuest > Quest) |
TArray< TScriptInterface< IQuest > > | GetActiveQuests() |
TArray< TScriptInterface< IQuest > > | GetDailyQuests() |
virtual void | [[GetLifetimeReplicatedProps]](TArray< FLifetimeProperty > & OutLifetimeProps) const override |
int32 | GetMaxActiveQuests() |
TArray< TScriptInterface< IQuest > > | GetWeeklyQuests() |
void | SlotQuest(TScriptInterface< IQuest > Quest) |
UQuestPool() |
Public Attributes¶
Name | |
---|---|
FOnQuestsChanged | OnQuestsChanged |
Updated on 2025-01-21 at 09:02:24 +0100