Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControlInterception
References
Module | RemoteControlInterception |
Header | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
Include | #include "IRemoteControlInterceptionCommands.h" |
Syntax
enum ERCIPayloadType
&123;
Cbor,
Json,
&125;
Values
Name | Description |
---|---|
Cbor | |
Json |
Remarks
Payload serialization type (proxy type for ERCPayloadType to avoid RC module dependency)