-
Notifications
You must be signed in to change notification settings - Fork 16
DISInterface
huggins edited this page Apr 3, 2023
·
6 revisions
The DIS Interface is used for getting the DIS Send and Receive components from needed DIS Entities.
class UDISInterface
: public UInterface
None
Access | Return | 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 |