Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule > API/Plugins/RemoteControl/IRemoteControlModule/SetPresetController
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include | #include "IRemoteControlModule.h" |
bool SetPresetController
(
const FName PresetName,
const FName ControllerName,
IStructDeserializerBackend & Backend,
const TArray < uint8 > & InPayload,
const bool bAllowIntercept
)
Remarks
Set a controller's value on a Remote Control Preset true if the operation succeeded
Parameters
| Name | Description |
|---|---|
| PresetName | The Remote Control Preset asset's name |
| ControllerName | The name of the controller being manipulated |
| Backend | the struct deserializer backend to use to deserialize the object properties. |
| InPayload | the JSON payoad |
| bAllowIntercept | Whether the call needs to be replicated to interceptors or invoked directly |