Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlProperty
- FRemoteControlProperty::ContainsBoundObjects()
- FRemoteControlInstanceMaterial::ContainsBoundObjects()
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlField.h |
| Include | #include "RemoteControlField.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlField.cpp |
virtual bool ContainsBoundObjects
(
TArray < UObject * > InObjects
) const
Remarks
Check whether any of the given objects are bound to this property
Parameters
| Name | Description |
|---|---|
| InObjects | Objects to check return true if at least one object is bound to the property |