Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/IControlRigObjectBinding
Description
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).
Derived Overrides
| Name | IsBoundToObject |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/IControlRigObjectBinding.h |
| Include Path | #include "IControlRigObjectBinding.h" |
bool IsBoundToObject
(
UObject * InObject
) const