UBlackboardComponent::CompareKeyValues contains a bug and instead of using KeyType's default class object it uses UBlackboardKeyType's which results in comparison of memory addresses. This obviously doesn't work if two different keys are compared :/
This is a big issue since it makes one of major BT decorators useless.
Head over to the existing Questions & Answers thread and let us know what's up.