Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include | #include "IRemoteControlModule.h" |
Syntax
struct FRCCall
Remarks
Object to hold a UObject remote call
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRCCallReference | CallRef | ||
| TArray< uint8 > | ParamData | Payload for native function. | |
| FStructOnScope | ParamStruct | Payload for UFunctiom. | |
| ERCTransactionMode | TransactionMode |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |