Decorator
The decorator for the quest node contains an example of retrieving the value of a pin on the node to drive its visuals. Where as usually you'd enable AllowInstance
and then have the decorator be driven by the instance. But since the quest node is simple enough that it doesn't require an instance, it's far simpler to just retrieve the value of the QuestAsset
pin.

Last updated