Skip to content

DISInterface

huggins edited this page Apr 3, 2023 · 6 revisions

DIS Interface

The DIS Interface is used for getting the DIS Send and Receive components from needed DIS Entities.

class UDISInterface
  : public UInterface

Includes

Back to Top


Members

None

Back to Top


Functions

Access Return Name Description
Public UDISReceiveComponent* GetActorDISReceiveComponent() Gets this actor's DIS Receive Component if one exists
Public UDISSendComponent*

Back to Top


Details

GetActorDISReceiveComponent

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

Back to Top


GetActorDISSendComponent

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

Back to Top


Clone this wiki locally