Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPropertyIdRegistry
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPropertyIdRegistry.h |
| Include | #include "RemoteControlPropertyIdRegistry.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPropertyIdRegistry.cpp |
TSet < FGuid > GetEntityIdsForPropertyId
(
const FName & InPropertyId
) const
Remarks
Return all EntityIds that has the given PropertyId. The list of existing EntityIds that has the given PropertyId.
Parameters
| Name | Description |
|---|---|
| InPropertyId | Property Id to match. |