bool UMouseCursorBinding::IsSupportedSource(UProperty* Property) const
{
	return IsSupportedDestination(Property);
}
bool UVisibilityBinding::IsSupportedSource(UProperty* Property) const
{
	return IsSupportedDestination(Property);
}
bool UCheckedStateBinding::IsSupportedSource(UProperty* Property) const
{
	return IsSupportedDestination(Property) || IsConcreteTypeCompatibleWithReflectedType<bool>(Property);
}