Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include | #include "IRemoteControlModule.h" |
bool ResetObjectProperties
&40;
const FRCObjectReference & ObjectAccess,
const bool bAllowIntercept
&41;
Remarks
Reset the property or the object the Object Reference is pointing to true if the reset succeeded.
Parameters
| Name | Description |
|---|---|
| ObjectAccess | the object reference to reset, it should be a write access reference |
| bAllowIntercept | interception flag, if that is set to true it should follow the interception path |