-
Notifications
You must be signed in to change notification settings - Fork 20
PDUConversions_BPFL
PDU Conversions Blueprint Function Library. Houses functions for converting PDU structs to bytes prior to sending out via a UDP send socket.
class UPDUConversions_BPFL
: public UBlueprintFunctionLibraryNone
| Access | Return | Name | Description | |
|---|---|---|---|---|
| Public | static | TArray<uint8> | ConvertDesignatorPDUToBytes(FDesignatorPDU DesignatorPDUIn) | Converts a designator PDU into bytes |
| Public | static | TArray<uint8> | ConvertDetonationPDUToBytes(FDetonationPDU DetonationPDUIn) | Converts a detonation PDU into bytes |
| Public | static | TArray<uint8> | ConvertDistributedEmissionsFamilyPDUToBytes(FDistributedEmissionsFamilyPDU DistributedEmissionsFamilyPDUIn) | Converts a distributed emissions family PDU into bytes |
| Public | static | TArray<uint8> | ConvertElectromagneticEmissionsPDUToBytes(FElectromagneticEmissionsPDU ElectromagneticEmissionsPDUIn) | Converts an electromagnetic emissions PDU into bytes |
| Public | static | TArray<uint8> | ConvertEntityInfoFamilyPDUToBytes(FEntityInformationFamilyPDU EntityInfoFamilyPDUIn) | Converts an entity information family PDU into bytes |
| Public | static | TArray<uint8> | ConvertEntityStatePDUToBytes(FEntityStatePDU EntityStatePDUIn) | Converts an entity state PDU into bytes |
| Public | static | TArray<uint8> | ConvertEntityStateUpdatePDUToBytes(FEntityStateUpdatePDU EntityStateUpdatePDUIn) | Converts an entity state update PDU into bytes |
| Public | static | TArray<uint8> | ConvertFirePDUToBytes(FFirePDU FirePDUIn) | Converts a fire PDU into bytes |
| Public | static | TArray<uint8> | ConvertPDUToBytes(FPDU PDUIn) | Converts a PDU into bytes |
| Public | static | TArray<uint8> | ConvertRadioCommunicationsFamilyPDUToBytes(FRadioCommunicationsFamilyPDU RadioCommunicationsFamilyPDUIn) | Converts a radio communications family PDU into bytes |
| Public | static | TArray<uint8> | ConvertRemoveEntityPDUToBytes(FRemoveEntityPDU RemoveEntityPDUIn) | Converts a remove entity PDU into bytes |
| Public | static | TArray<uint8> | ConvertSignalPDUToBytes(FSignalPDU SignalPDUIn) | Converts a signal PDU into bytes |
| Public | static | TArray<uint8> | ConvertSimManagementFamilyPDUToBytes(FSimManagementFamilyPDU SimManagementFamilyPDUIn) | Converts a simulation management family PDU into bytes |
| Public | static | TArray<uint8> | ConvertStartResumePDUToBytes(FStartResumePDU StartResumePDUIn) | Converts a start/resume PDU into bytes |
| Public | static | TArray<uint8> | ConvertStopFreezePDUToBytes(FStopFreezePDU StopFreezePDUIn) | Converts a stop/freeze PDU into bytes |
| Public | static | TArray<uint8> | ConvertWarfareFamilyPDUToBytes(FWarfareFamilyPDU WarfareFamilyPDUIn) | Converts a warfare family PDU into bytes |
public static TArray<uint8> ConvertDesignatorPDUToBytes
(
FDesignatorPDU DesignatorPDUIn
)Converts a Designator PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| DesignatorPDUIn | The Designator PDU to be converted |
| Returns |
|---|
| The byte representation of the information stored in the given Designator PDU |
public static TArray<uint8> ConvertDetonationPDUToBytes
(
FDetonationPDU DetonationPDUIn
)Converts a detonation PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| DetonationPDUIn | The detonation PDU to be converted |
| Returns |
|---|
| The byte representation of the information stored in the given detonation PDU |
public static TArray<uint8> ConvertDistributedEmissionsFamilyPDUToBytes
(
FDistributedEmissionsFamilyPDU DistributedEmissionsFamilyPDUIn
)Converts a distributed emissions family PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| DistributedEmissionsFamilyPDUIn | The distributed emissions family PDU to be converted |
| Returns |
|---|
| The byte representation of the information stored in the given distributed emissions family PDU |
public static TArray<uint8> ConvertElectromagneticEmissionsPDUToBytes
(
FElectromagneticEmissionsPDU ElectromagneticEmissionsPDUIn
)Converts a electromagnetic emissions PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| ElectromagneticEmissionsPDUIn | The electromagnetic emissions PDU to be converted |
| Returns |
|---|
| The byte representation of the information stored in the given electromagnetic emissions PDU |
public static TArray<uint8> ConvertEntityInfoFamilyPDUToBytes
(
FEntityInformationFamilyPDU EntityInfoFamilyPDUIn
)Converts an information family PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| EntityInfoFamilyPDUIn | The information family PDU to be converted |
| Returns |
|---|
| The byte representation of the information stored in the given information family PDU |
public static TArray<uint8> ConvertEntityStatePDUToBytes
(
FEntityStatePDU EntityStatePDUIn
)Converts an entity state PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| EntityStatePDU | The entity state pdu to convert |
| Returns |
|---|
| The byte representation of the given entity state PDU |
public static TArray<uint8> ConvertEntityStateUpdatePDUToBytes
(
FEntityStateUpdatePDU EntityStateUpdatePDUIn
)Converts an entity state update PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Paramerter | Description |
|---|---|
| EntityStateUpdatePDUIn | The entity state update PDU to be converted |
| Returns |
|---|
| The byte representation of the given entity state update PDU |
public static TArray<uint8> ConvertFirePDUToBytes
(
FFirePDU FirePDUIn
)Converts a fire PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| FirePDUIn | The fire PDU to be converted |
| Returns |
|---|
| The byte representation of the given fire PDU |
public static TArray<uint8> ConvertPDUToBytes
(
FPDU PDUIn
)Converts a PDU into bytes
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| PDUIn | The PDU to convert |
| Returns |
|---|
| The byte representation of the given PDU |
public static TArray<uint8> ConvertRadioCommunicationsFamilyPDUToBytes
(
FRadioCommunicationsFamilyPDU RadioCommunicationsFamilyPDUIn
)Converts a radio communications family PDU into bytes.
| Parameter | Description |
|---|---|
| RadioCommunicationsFamilyPDUIn | The radio communications family PDU to be converted |
| Returns |
|---|
| The byte representation of the given radio communications family PDU |
public static TArray<uint8> ConvertRemoveEntityPDUToBytes
(
FRemoveEntityPDU RemoveEntityPDUIn
)Converts a remove entity PDU into bytes.
| Parameter | Description |
|---|---|
| RemoveEntityPDUIn | The remove entity PDU to be converted |
| Returns |
|---|
| The byte representation of the given remove entity PDU |
public static TArary<uint8> ConvertSignalPDUToBytes
(
FSignalPDU SignalPDUIn
)Converts a signal PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| SignalPDUIn | The signal PDU to convert |
| Returns |
|---|
| The byte representation of the given signal PDU |
public static TArary<uint8> ConvertSimManagementFamilyPDUToBytes
(
FSimulationManagementFamilyPDU SimManagementFamilyPDUIn
)Converts a simulation management family PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| SimManagementFamilyPDUIn | The simulation management family PDU to convert |
| Returns |
|---|
| The byte representation of the given simulation management family PDU |
public static TArary<uint8> ConvertStartResumePDUToBytes
(
FStartResumePDU StartResumePDUIn
)Converts a start/resume PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| StartResumePDUIn | The start/resume pdu to be converted |
| Returns |
|---|
| The byte representation of the given start/resume PDU |
public static TArary<uint8> ConvertStopFreezePDUToBytes
(
FStopFreezePDU StopFreezePDUIn
)Converts a stop/freeze PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| StopFreezePDUIn | The stop/freeze pdu to be converted |
| Returns |
|---|
| The byte representation of the given stop/freeze PDU |
public static TArary<uint8> ConvertWarfareFamilyPDUToBytes
(
FWarfareFamilyPDU WarfareFamilyPDUIn
)Converts a warfare family PDU into bytes.
Category: GRILL DIS|PDU Conversions
| Parameter | Description |
|---|---|
| WarfareFamilyPDUIn | The warfare family pdu to be converted |
| Returns |
|---|
| The byte representation of the given warfare family PDU |