Cooker: When cooking all maps, all assets are cooked even if not referenced by any level

UE - Foundation - Core - Cooker - Feb 2, 2015

I noticed that if you cook with -allmaps instead of specifying each map like -map=map1+map2..., that it seems to cook all assets in your game's content folder, whether or not it's used in any maps o ...

BoxCollision component must be simulating physics in order for collision and hit events to work

UE - Simulation - Physics - Jan 30, 2015

BoxCollision component must be simulating physics in order for collision and hit events to work. Note: This testbed doesn't contain print outs of the hit events due to an existing bug with adding e ...

Sphere Physics do not go to sleep causing infinite rolling

UE - Simulation - Physics - Jan 30, 2015

When you have a sphere that is rolling it will never come to a complete stop even at low speeds. It will slow it's speed but never stop. This conversation was discussed with James G and Ori C back ...

The Show Collision option in the Viewport does not show all collision during Simulate

UE - Simulation - Physics - Jan 30, 2015

The Show Collision option in the Viewport does not show all collision during Simulate. ...

Collapsed categories in the My Blueprint tab are automatically expanded when any main tab is clicked

Tools - Jan 30, 2015

Collapsed categories in the My Blueprint tab are automatically expanded when any main tab, such as the Event Graph or Construction Script tab, is clicked. Moving to the Defaults or Components Modes ...

Destructible meshes created with PhysXLabs will not cast shadows

UE - Simulation - Physics - Destruction - Jan 30, 2015

When importing destrucitble APB asset files from PhysX Labs there is no visible shadow cast for these meshes. The same is not true for a destructible created in UE4. These are using the default sett ...

Linear Color Texture causes break point through Material Function into Material Instance

Tools - Jan 29, 2015

When changing the Texture in a Material Instance made from a Material with Parameters found in a Material Function, Visual Studio throws a breakpoint. I was able to continue past the breakpoint (3 ...

Using the GetWalkableSlopeOverride node in a Blueprint results in an error message when compiling the Blueprint.

UE - Gameplay - Blueprint - Jan 29, 2015

Using the Get Walkable Slope Override node in a Blueprint results in an unclear error message when trying to compile the Blueprint. ERROR MESSAGE: The direction of Return Value doesn't match the ...

Memory spikes when changing properties on a large amount of textures via Property Matrix

Tools - Jan 29, 2015

When changing a property on a large number of textures via the Property Matrix, memory usage can spike to over 26G. Tested in Main (Promotable-CL-2423505) Probably related to [Link Removed] ...

If a component is added to a subclass after a Blueprint has already been created using that subclass, and a hot reload is performed, the new component is not editable in the Blueprint.

Tools - Jan 29, 2015

Adding a component to a subclass after the component was declared in the parent class results in the component not being editable if a Blueprint had already been created using the subclass. This onl ...