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
&40;
const FName PresetName,
class URCVirtualPropertyBase &42; Controller,
IStructDeserializerBackend & Backend,
const TArray< uint8 > & InPayload,
const bool bAllowIntercept
&41;
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 |
| Controller | The controller object 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 |