Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocol > API/Plugins/RemoteControlProtocol/IRemoteControlProtocol
- IRemoteControlProtocol::CreateNewProtocolEntity()
- FRemoteControlProtocol::CreateNewProtocolEntity()
References
| Module | RemoteControlProtocol |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlProtocol/Public/IRemoteControlProtocol.h |
| Include | #include "IRemoteControlProtocol.h" |
FRemoteControlProtocolEntityPtr CreateNewProtocolEntity
(
FProperty * InProperty,
URemoteControlPreset * InOwner,
FGuid InPropertyId
) const
Remarks
Add the new protocol entity. That is created based on protocol specific script struct A shared pointer protocol entity struct on scope
Parameters
| Name | Description |
|---|---|
| InProperty | exposed property |
| InOwner | The preset that owns this protocol entity. |
| InPresetName | unique id of exposed property |