There is no spoon
UE1:UdpLink (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink |
- Package:
- IpDrv
- Direct subclasses:
- UBrowserLocalLink, UBrowserServerPing, UdpBeacon, UdpServerQuery, UdpServerUplink
- This class in other games:
- UT, U1, UE2Runtime, U2, U2XMP, UT2003, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UdpLink: An Internet UDP connectionless socket.
Properties[edit]
Property group 'UdpLink'[edit]
BroadcastAddr[edit]
Type: int
Modifiers: const
Default value: -1
Default values[edit]
Property | Value |
---|---|
bAlwaysTick | True |
Functions[edit]
Native functions[edit]
BindPort[edit]
ReadBinary[edit]
ReadText[edit]
SendBinary[edit]
SendText[edit]
Events[edit]
ReceivedBinary[edit]
ReceivedLine[edit]
event ReceivedLine (InternetLink.IpAddr Addr, string Line)
ReceivedText[edit]
event ReceivedText (InternetLink.IpAddr Addr, string Text)