Preview Instance can still trigger print strings when you PIE

OLD - Anim - Apr 10, 2015

In the given answerhub example, the user has a print string coming from IsNotValid on a check of *TryGetPawnOwner*. This is returning a false negative to him when he PIE's because the Preview insta ...

Crash when using AnimSeqStats console command

OLD - Anim - Apr 8, 2015

Crash when using AnimSeqStats console command. User in the additional info URL seems to know what the code change should be. [Link Removed] ...

MaterialCurve of AnimSequence is not working with LOD 1~ if assigned Material manually

OLD - Anim - Apr 3, 2015

MaterialCurve of AnimSequence is not working with LOD 1~ if assigned Material manually. Assigning material to LOD0 seems sharing material info with other LODs but material info is never shared if as ...

Multithreading Race Condition Crash with Anim Montages

OLD - Anim - Apr 2, 2015

Basically, the problem is that the Main Thread is able to run AActor::Tick() (including Blueprint Tick Events) at the same time that the animation system is running functions such as UAnimInstance:: ...

Hot reload causes AnimBlueprint to lose functionality and crash

OLD - Anim - Mar 31, 2015

Casting to a character class inside of AnimBlueprint after a hot reload caused editor to crash Crash Reporter: [Link Removed] Additionally, Casts fail, breaking AnimBlueprint after a hot reload ...

AimOffset and Blenspace graphs causing crash for some users

OLD - Anim - Mar 30, 2015

Users are experiencing crashes when using the AimOffset and Blendspace graphs. I am unable to reproduce this locally, but judging by the Bugg in crash reporter, this is not an isolated incident. [ ...

Splitting a struct in an Anim Blueprint does not work

OLD - Anim - Mar 23, 2015

In an Anim BP, splitting the transform structs of a Transform (Modify) Bone node causes the node to be come non functional. Transform components must be combined in order for the node to work. EX ...

Outside of AnimBP's, Animation Sequences with negative Rate Scales do not animate

OLD - Anim - Mar 20, 2015

Animation Sequences with negative Rate Scales do not play outside of using them in Animation Blueprints...unless they are looping. UPDATE: A negative rate scale value also breaks Anim Montages. ht ...

Maximum number of State Machine connections?

OLD - Anim - Mar 16, 2015

Adding more than 8 connections to or from a state in the state machine results in unpredictable behavior, like causing an animation to fail. (See image.) Was able to reproduce with user's test file ...

Using Blend Physics Weight causes skeletal mesh to spin at high speed

OLD - Anim - Mar 5, 2015

When Phyics Blend in the PHAT editor is set between 0 and 1, the user character will spin wildly. User has image of this affecting character in game whereas I was only able to replicate it in the PH ...