Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DestroyTransientPreset
(
FName PresetName |
Destroy a transient preset using its name. * PresetName name of the preset to destroy. | IRemoteControlModule.h | |
bool DestroyTransientPreset
(
const FGuid& PresetId |
Destroy a transient preset using its id. * PresetId id of the preset to destroy. | IRemoteControlModule.h |
DestroyTransientPreset(FName)
Description
Destroy a transient preset using its name.
- PresetName name of the preset to destroy.
| Name | DestroyTransientPreset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
bool DestroyTransientPreset
(
FName PresetName
)
DestroyTransientPreset(const FGuid &)
Description
Destroy a transient preset using its id.
- PresetId id of the preset to destroy.
| Name | DestroyTransientPreset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
bool DestroyTransientPreset
(
const FGuid & PresetId
)