Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/FDMXProtocolModule
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, TArray< FDMXProtocolRegistrationParams > & >
- FDMXProtocolModule::FDMXOnRequestProtocolRegistrationEvent
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolModule.h |
| Include | #include "DMXProtocolModule.h" |
Syntax
class FDMXOnRequestProtocolRegistrationEvent : public TBaseMulticastDelegate_OneParam< void, TArray< FDMXProtocolRegistrationParams > & >
Remarks
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.