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 HasDefaultValueCustomization
&40;
const UObject &42; InObject,
const FProperty &42; InProperty
&41; const
Remarks
Returns true when the given object and property has custom default value, false otherwise.
Parameters
| Name | Description |
|---|---|
| InObject | Reference to the exposed object. |
| InProperty | Reference to the exposed property. |