| 4 | |
| 5 | |
| 6 | APyCharacter::APyCharacter() |
| 7 | { |
| 8 | PrimaryActorTick.bCanEverTick = true; |
| 9 | |
| 10 | PythonTickForceDisabled = false; |
| 11 | PythonDisableAutoBinding = false; |
| 12 | |
| 13 | } |
| 14 | |
| 15 | |
| 16 | // Called when the game starts |
nothing calls this directly
no outgoing calls
no test coverage detected