Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset > API/Plugins/RemoteControl/URemoteControlPreset/GetExposedEntity
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include | #include "RemoteControlPreset.h" |
template<typename ExposableEntityType>
TWeakPtr< ExposableEntityType > GetExposedEntity
&40;
const FGuid & ExposedEntityId
&41;
Remarks
Get a pointer to an exposed entity on the preset.
ExposableEntityType must derive from FRemoteControlEntity.
Parameters
| Name | Description |
|---|---|
| ExposedEntityId | The id of the entity to get. |