Called when the game starts
| 89 | |
| 90 | // Called when the game starts |
| 91 | void UPythonComponent::BeginPlay() |
| 92 | { |
| 93 | Super::BeginPlay(); |
| 94 | |
| 95 | // ... |
| 96 | |
| 97 | InitializePythonComponent(); |
| 98 | |
| 99 | } |
| 100 | |
| 101 | |
| 102 | // Called every frame |
nothing calls this directly
no outgoing calls
no test coverage detected