Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/IControlRigObjectBinding
- IControlRigObjectBinding::IsBoundToObject()
- FControlRigObjectBinding::IsBoundToObject()
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/IControlRigObjectBinding.h |
| Include | #include "IControlRigObjectBinding.h" |
bool IsBoundToObject
&40;
UObject &42; InObject
&41; const
Remarks
Check whether we are bound to the supplied object. This can be distinct from a direct pointer comparison (e.g. in the case of an actor passed to BindToObject, we may actually bind to one of its components).