Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocol > API/Plugins/RemoteControlProtocol/IRemoteControlProtocol
Description
Queue protocol entity and value to apply for the protocol It stores only unique tick entities which should be apply next frame. Prevents from applying more then one entity for frame.
Derived Overrides
| Name | QueueValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlProtocol/Public/IRemoteControlProtocol.h |
| Include Path | #include "IRemoteControlProtocol.h" |
void QueueValue
(
const FRemoteControlProtocolEntityPtr InProtocolEntity,
const double InProtocolValue
)
Parameters
| Name | Remarks |
|---|---|
| InProtocolEntity | Protocol Entity |
| InProtocolValue | Protocol Value |