![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FUdpPingManyAsync:Public Member Functions | |
| FUdpPingManyAsync (ISocketSubsystem *const InSocketSub, const FIcmpEchoManyCompleteDelegate &InCompletionDelegate) | |
| virtual | ~FUdpPingManyAsync () |
| void | Start (const TArray< FIcmpTarget > &Targets, float Timeout, uint32 StackSize) |
Public Member Functions inherited from FTSTickerObjectBase | |
| UE_NONCOPYABLE (FTSTickerObjectBase) | |
| CORE_API | FTSTickerObjectBase (float InDelay=0.0f, FTSTicker &Ticker=FTSTicker::GetCoreTicker()) |
| virtual CORE_API | ~FTSTickerObjectBase () |
Protected Member Functions | |
| virtual bool | Tick (float DeltaTime) override |
| FUdpPingManyAsync::FUdpPingManyAsync | ( | ISocketSubsystem *const | InSocketSub, |
| const FIcmpEchoManyCompleteDelegate & | InCompletionDelegate | ||
| ) |
|
virtual |
| void FUdpPingManyAsync::Start | ( | const TArray< FIcmpTarget > & | Targets, |
| float | Timeout, | ||
| uint32 | StackSize | ||
| ) |
Pure virtual that must be overloaded by the inheriting class.
| DeltaTime | time passed since the last call. |
Implements FTSTickerObjectBase.