Tom Looman

Results 7 comments of Tom Looman

Not sure what's happening here! Can you see the other Blueprint assets in the content browser?

You should open it in Visual Studio and compile from there - you can then see why it's failing to compile.

You should be able to use just the sub-folder like Components/SHealthComponent instead now. This is from a change to how unreal handles paths in newer versions.

The animation itself is out of sync, it's 100% repro and it appears that "TrackNames" has 178 entries while I expect only 164 when comparing it against other animations using...

I'll look into getting you this animation, since it's the main character it may be difficult. From my understanding, the animation was split (inside Unreal Engine?) from a larger animation...

FYI I'm keeping this around (but not merging as you mentioned as well) for others to look into when using AI Perception. As that framework was never updated by Epic...

@wrzwicky I tried updating the gamemode source using your change for a 4.20 upgrade, but doesn't seem to work quite yet. Ideally I get rid of the UT beginplay hack...