MCPcopy Create free account
hub / github.com/Voidware-Prohibited/ALSXT / Tick

Method Tick

Source/ALSXT/Private/AlsxtOverlayObjectActor.cpp:111–114  ·  view source on GitHub ↗

Called every frame

Source from the content-addressed store, hash-verified

109
110// Called every frame
111void AAlsxtOverlayObjectActor::Tick(float DeltaTime)
112{
113 Super::Tick(DeltaTime);
114}
115
116void AAlsxtOverlayObjectActor::GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps) const
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected