@
Hi ,
I’m using Able now and have a simple question to ask.
So I’m creating my AbilityTask in the game project, and I found there’s a issue that I can’t really create my own ScratchPad class for the task. The reason why is like following.
UCLASS()
class UAblScratchPadSubsystem : public UWorldSubsystem
I solved it by adding “ABLECORE_API” but just wonder if there’s any reason you don’t want to expose the API inside this class outside of the plugin?
Thank you.