Blueprint Flow
- Store a persistent
FPoseOverlayRuntimeRequest. - On equip or condition start, call
Set Pose Overlay State Activewith Active true. - Pass the loaded Set, exact State Tag, and desired weight.
- On unequip or condition end, call the same function with Active false.
Why One Function
The function owns add, update, and remove semantics for the State request. Repeating the same desired value is safe and returns false when no stored request change was required.
Weight Changes
Use Set Pose Overlay State Weight when the State already exists and only its weight should change.