-
Notifications
You must be signed in to change notification settings - Fork 20
DISInterface
huggins edited this page Apr 10, 2025
·
8 revisions
The DIS Interface is used for getting the DIS Send and Receive components from needed DIS Entities.
class UDISInterface
: public UInterfaceNone
| Access | Return | Name | Description | |
|---|---|---|---|---|
| Public | UDISReceiveComponent* | GetActorDISReceiveComponent() | Gets this actor's DIS Receive Component if one exists | |
| Public | UDISSendComponent* | GetActorDISSendComponent | Gets this actor's DIS Send component if one exists |
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 |