Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/FDMXProtocolModule
Event Broadcast when protocols need to register with the Protocol Module. The event is broadcast at the end of the end of the PreDefault loading phase, so all protocol implementations should be implemented as PreDefault loading phase modules.
See DMXProtocolArtNet for an example of a Protocol implementation.
| Name | FDMXOnRequestProtocolRegistrationEvent |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolModule.h |
| Include Path | #include "DMXProtocolModule.h" |
Syntax
class FDMXOnRequestProtocolRegistrationEvent : public TBaseMulticastDelegate_OneParam< void, TArray< FDMXProtocolRegistrationParams > & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, TArray< FDMXProtocolRegistrationParams > & > → FDMXProtocolModule::FDMXOnRequestProtocolRegistrationEvent