LookAtPlayer - golden-coconut-studio/TikiAdventuresWiki GitHub Wiki

  • This task allows an AI to look at the direction of its targeted player

  • Properties:

     - TargetObject: AIController->Target (this is the object reference of whatever the AI is targeting)
     - TikiTarget: Cast<ATK_Player>(TargetObject) (This will be to check if your target is an actual player. if so, the AI can look at it)
    
  • Functionality:

     - Detects whether its blackboard has a target to give
     - Detects whether the target is a player
     - Rotates its position to look at the targeted player
    
⚠️ **GitHub.com Fallback** ⚠️