Sets default values
| 9 | |
| 10 | // Sets default values |
| 11 | ASluaTestActor::ASluaTestActor() |
| 12 | { |
| 13 | // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. |
| 14 | PrimaryActorTick.bCanEverTick = true; |
| 15 | } |
| 16 | |
| 17 | // Called when the game starts or when spawned |
| 18 | void ASluaTestActor::BeginPlay() |
nothing calls this directly
no outgoing calls
no test coverage detected