GetRandomPoint - golden-coconut-studio/TikiAdventuresWiki GitHub Wiki

  • This task gives the AI a random point location around itself. which in general is used to get random locations to move to.

  • Properties:

     - RandomLocation: null (Blueprint Callable. This will be a given random location)
     - RadiusForRandomTarget: null (this will be an area around the AI that is used to choose a random position)
    
  • Functionality:

     - Gets its own actor location as reference
     - Tries to get a random position around itself
     - if ti succeeds, it gives the blackboard this location to move to.