There's a bug in the anim bp compiler which results in split pins on animation nodes not being merged properly back onto their parent pin during compilation. The result of this is that any input to these pins ends up getting ignored at runtime. The code responsible is in FAnimBlueprintCompilerContext::MergeUbergraphPagesIn()
ExpandSplitPins(ConsolidatedEventGraph);
This method only gets run on the top level graph within the anim blueprint. Any sub-graphs do not get fixed up.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-110865 in the post.
1 |
Component | UE - Anim - Runtime |
---|---|
Affects Versions | 4.26 |
Target Fix | 4.26.2 |
Created | Mar 16, 2021 |
---|---|
Resolved | Mar 19, 2021 |
Updated | Nov 30, 2022 |