AI Working in Editor but not in Package

I came across an issue where my behavior tree works in editor but not in package. I have decorators that require a specific enum state in my behavior tree. My ‘set value as enum’ nodes are being set inside the blueprint. I tried debugging it and so far I’m thinking it might be that the ‘set value as enum’ node not setting in the blackboard. Anyone have any ideas on how to fix this?