How can I tick a TickableWorldSubsystem?

Add this to the code:

public:
	virtual TStatId GetStatId() const override
	{
		return GetStatID();
	}

Works for me.

6 Likes