![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FInternalThreadState (FEndpoint &Owner, FSharedState &SharedState) | |
| bool | Init () |
| void | Run () |
Public Attributes | |
| FEvent * | InnerThreadEvent = nullptr |
| TFuture< void > | InnerThreadResult |
Inner thread allows async network communication, which avoids user thread to be locked on every sync.
|
inline |
| bool DirectLink::FInternalThreadState::Init | ( | ) |
| void DirectLink::FInternalThreadState::Run | ( | ) |
| FEvent* DirectLink::FInternalThreadState::InnerThreadEvent = nullptr |