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 InvokeCall
(
FRCCall & InCall,
ERCPayloadType InPayloadType,
const TArray < uint8 > & InInterceptPayload
)
Remarks
Invoke a Remote Call This is a thin wrapper around UObject::ProcessEvent This expects that the caller has already validated the call as it will assert otherwise. true if the call was allowed and done.
Parameters
| Name | Description |
|---|---|
| InCall | the remote call structure to call. |
| InPayloadType | the payload type archive. |
| InInterceptPayload | the payload reference archive for the interception. |