Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Unexpose an entity from the preset. | RemoteControlPreset.h | ||
| Unexpose an entity from the preset. | RemoteControlPreset.h |
Unexpose(FName)
Description
Unexpose an entity from the preset.
| Name | Unexpose |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include Path | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
void Unexpose
(
FName EntityLabel
)
Parameters
| Name | Remarks |
|---|---|
| EntityLabel | The label of the entity to unexpose. |
Unexpose(const FGuid &)
Description
Unexpose an entity from the preset.
| Name | Unexpose |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include Path | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
void Unexpose
(
const FGuid & EntityId
)
Parameters
| Name | Remarks |
|---|---|
| EntityId | the entity's id. |