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 CanResetToDefaultValue
&40;
UObject &42; InObject,
const FRCResetToDefaultArgs & InArgs
&41; const
Remarks
Returns true when the given object can be reset to its default value, false otherwise.
Parameters
| Name | Description |
|---|---|
| InObject | Reference to the exposed object. |
| InArgs | Arguments to be passed. |