Quest Component
Introduction
Component used to update the actor based on the current quest and point
Dependencies
The QuestComponent
relies on other components of this plugin to work:
- Logger: Used to log useful information to help you debug any issues you might experience
API Reference
Properties
Property | Description | Type | Default Value |
---|---|---|---|
Quest | The quest associated with the component | UQuest* | nullptr |
RequiredPoint | The point of the quest associated with the component | int | |
bHideIfQuestNotActive | Should the actor be hidden if the quest is not active? | bool | true |
bHideAfterPointCompleted | Should the actor be hidden if the quest point has been completed? | bool | true |