Fix for Gameplay Behavior World Context

If any of you have tried to call a node that requires a World Context from a GB you no doubt realized that they are not available in the default GB class. This does not seem to be intended as it has a GetWorld() Function. It appears the default logic is faulty as only a slight change corrects the issue. You can easily create your own subclass with the following code to regain access to those critical nodes.