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" |
int32 EndManualEditorTransaction
&40;
const FGuid & TransactionId
&41;
Remarks
End a manual editor transaction originating from a remote request. INDEX_NONE if there was no transaction to end; otherwise, the number of remaining actions in the transaction (i.e. 1 means this was the last action and the transaction will end).
Parameters
| Name | Description |
|---|---|
| TransactionId | The ID of the transaction. If this doesn't match the current active transaction, the transaction won't be ended. |