-
Notifications
You must be signed in to change notification settings - Fork 16
DISInterface
Quintin edited this page Mar 30, 2023
·
6 revisions
DIS Interface
class UDISInterface
: public UInterface
None
Name | Description | |||
---|---|---|---|---|
Public | UDISReceiveComponent* | GetActorDISReceiveComponent() | Gets this actor's DIS Receive Component if one exists | |
Public | UDISSendComponent* |
UDISReceiveComponent* GetActorDISReceiveComponent()
Gets this actor's DIS Receive Component if one exists.
Category: GRILL DIS|DIS Interface
No parameters
Returns |
---|
A reference to this actor's DIS Receive Component if one exists |
UDISSendComponent* GetActorDISSendComponent()
Gets this actor's DIS Send component if one exists.
Category: GRILL DIS|DIS Interface
No parameters
Returns |
---|
A reference to this actor's DIS Send Component if one exists |