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" |
FGuid BeginManualEditorTransaction
(
const FText & InDescription,
uint32 TypeHash
)
Remarks
Start a manual editor transaction originating from a remote request. The ID of the new transaction if one was created, or an invalid ID otherwise.
Parameters
| Name | Description |
|---|---|
| InDescription | A description of the transaction. |
| TypeHash | The type hash of the object or call to which the transaction applies, or 0 if not applicable (e.g. multiple objects being modified). |