I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
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
Property group 'UdpLink'
BroadcastAddr
Type: int
Modifiers: const
Default value: -1
Default values
Property | Value |
---|---|
bAlwaysTick | True |
Functions
Native functions
BindPort
ReadBinary
ReadText
SendBinary
SendText
Events
ReceivedBinary
ReceivedLine
event ReceivedLine (InternetLink.IpAddr Addr, string Line)
ReceivedText
event ReceivedText (InternetLink.IpAddr Addr, string Text)