If I set the blackboard references manually in the Graph Asset it works fine. But if i set the references from script I get these errors in the graph execution at runtime: (Blackboard Log): No Variable of name ‘SpawnClip’ and type ‘AnimationClip’ exists on Blackboard ‘Mannequin_Old_Ragdoll_TEST(Clone)’. Adding new instead… (Blackboard Log): No Variable of name ‘IdleClip’ and type ‘AnimationClip’ exists on Blackboard ‘Mannequin_Old_Ragdoll_TEST(Clone)’. Adding new instead… (Execution Error): A required BBParameter field value named ‘animationClip’ is not set.
What I basically do is Initialize the BBoard and set the values with the FMSGraphOwner API eg: BehaviorGraph.blackboard.SetVariableValue(“ClimbEndClip”, climbEndClip);
Login
Register
By registering on this website you agree to our Privacy Policy.