Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRCSignature
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignature.h |
| Include | #include "RCSignature.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RCSignature.cpp |
int32 ApplySignature
(
URemoteControlPreset * InPreset,
TConstArrayView< TWeakObjectPtr < UObject > > InObjects
) const
Remarks
Applies this Signature to the given Objects by exposing all this Signature's fields to the given preset the number of properties affected in total
Parameters
| Name | Description |
|---|---|
| InPreset | the preset where these properties will be exposed to |
| InObjects | the objects whose properties or properties of its subojects to expose |