Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
Description
Create a transient preset. Make sure to call DestroyTransientPreset when done with the preset or it will stay in memory.
| Name | CreateTransientPreset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
URemoteControlPreset * CreateTransientPreset()
the new preset, or nullptr if it couldn't be created.