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 RemoveFromObjectArrayProperty
(
int32 Index,
const FRCObjectReference & ObjectAccess
)
Remarks
Remove an item from the referenced array. true if the operation succeeded
Parameters
| Name | Description |
|---|---|
| Index | The index into the array to remove. |
| ObjectAccess | The reference to the array. If the object is WRITE_TRANSACTION_ACCESS, the operation will be wrapped in a transaction. |