Looking at the BlackboardComponent.h file, the call you would want to make would be SetValue(KeyID, “ObjectValue”). The pieces inside the quotes would change depending on the datatype being used (_Vector && VectorValue / _Bool && BoolValue / etc.)
Looking at the BlackboardComponent.h file, the call you would want to make would be SetValue(KeyID, “ObjectValue”). The pieces inside the quotes would change depending on the datatype being used (_Vector && VectorValue / _Bool && BoolValue / etc.)