Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UChildConnection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsNetReady () |
Returns true if the connection is ready to send and has not exceeded the bandwidth limit yet. | Engine/ChildConnection.h | |
virtual int32 IsNetReady
(
bool Saturate |
Engine/ChildConnection.h |
IsNetReady()
Description
Returns true if the connection is ready to send and has not exceeded the bandwidth limit yet.
| Name | IsNetReady |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/ChildConnection.h |
| Include Path | #include "Engine/ChildConnection.h" |
virtual bool IsNetReady() const
IsNetReady(bool)
| Name | IsNetReady |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/ChildConnection.h |
| Include Path | #include "Engine/ChildConnection.h" |
virtual int32 IsNetReady
(
bool Saturate
)