Guest User

Untitled

a guest
May 27th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. // Fill out your copyright notice in the Description page of Project Settings.
  2.  
  3. #include "ABCharacter.h"
  4. #include "ABAnimInstance.h"
  5. #include "ABWeapon.h"
  6. #include "ABCharacterStatComponent.h"
  7. #include "DrawDebugHelpers.h"
  8. #include "Components/WidgetComponent.h"
  9. #include "ABCharacterWidget.h"
  10. #include "ABAIController.h"
  11.  
  12. // Sets default values
  13. AABCharacter::AABCharacter()
  14. {
  15. ...
  16.  
  17. AIControllerClass = AABAIController::StaticClass();
  18. AutoPossessAI = EAutoPossessAI::PlacedInWorldOrSpawned;
  19. }
Add Comment
Please, Sign In to add comment