A user has pointed out that code in AssetMappingTable.cpp and AnimationAsset.cpp are using the StaticClass() method on pointers.
Because StaticClass is a static method, it relies on name hiding to return the appropriate overload. Therefore, calling StaticClass on two pointers of the same type may always result in equality (where the actual type's may be different).
This code should be checked to determine whether or not the original intent is correct, or if GetClass should be used instead.
N/A
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-54413 in the post.
0 |
Component | OLD - Anim |
---|---|
Affects Versions | 4.17, 4.18, 4.20 |
Target Fix | 4.20 |
Created | Jan 24, 2018 |
---|---|
Resolved | May 2, 2018 |
Updated | Jun 12, 2018 |