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 < FName > GetPossiblePropertyIds
(
FName InPropId
) const
Remarks
Returns the possible Ids based on given one. ex: 100.A.B will return 100 and 100.A and 100.A.B A Set with the possible Ids to use.
Parameters
| Name | Description |
|---|---|
| InPropId | Property Id used to generate all the other Ids that can be used with this one. |