Called every frame
| 109 | |
| 110 | // Called every frame |
| 111 | void AAlsxtOverlayObjectActor::Tick(float DeltaTime) |
| 112 | { |
| 113 | Super::Tick(DeltaTime); |
| 114 | } |
| 115 | |
| 116 | void AAlsxtOverlayObjectActor::GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps) const |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected