When creating an anim streamable we immediately fail a check in the compression code in FCompressibleAnimData::FetchData: checkf(AnimSequence, TEXT("Invalid animation sequence while trying to fetc ...
ResolveName will replace the subobject delimiter (colon) with two periods. This increases the length of the string, and can cause asserts due to the string exceeding NAME_SIZE even when the name was ...
Build: 4.4.2-2289767 Description: If a user makes changes to a landscape then saves the project, the landscape will appear smoothed until another change is made. Repro: [Reproduced Internally] 1. O ...
Looks like there may be a missed edge cases when welding Skeletal Meshes. If the Weld Parent has Simulate Physics enabled after welding, the parent continuously tries to depenetrate from the child ...
Also occurs in the live 4.15.1 build. This does not occur for BP projects or when packaging for iOS. Same compile error as UE-41313UATHelper: Packaging (tvOS): UnrealBuildTool: /Users/Shared/Unrea ...
Struct value set through a component is reset to default when modified through the level instance. If it's not set through the component, it works fine. User Description: There is a bug in the eng ...
This is an early trending crash coming out of the 4.17.2 hotfix, with no record of occurring previously. The callstack is very similar to [Link Removed] (fixed in 4.17.2) and may be related. Users ...
For devices without framebuffer fetch we are relying on undefined behaviour for depth reading with decals, mod shadows and depth reading materials. (ES2 spec: 3.8.6 Texture Framebuffer Attachment). ...
When references to Gameplay Tags are loaded, it checks to see if they are already registered. If they are not already registered, it will notice it is invalid and may print a warning depending on th ...
This was reported from https://udn.unrealengine.com/questions/323255/bugfix-onactive-not-triggering-for-gameplaycues-on.html In some case it looks like OnActive gameplay cues are not working proper ...