Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
Description
Get all the preset asset currently registered with the module.
- bIncludeTransient Whether to include transient presets.
| Name | GetPresetAssets |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
void GetPresetAssets
(
TArray < FAssetData > & OutPresetAssets,
bool bIncludeTransient
) const