Crash when opening project on Macbook Pro Retina

UE - Gameplay - Blueprint - Feb 2, 2015

Edit: This probably has nothing to do with macs. <unknown module>! UBlueprint* CastChecked<UBlueprint, UObject>(UObject*, ECastCheckedType::Type) <unknown module>! UBlueprintGeneratedClass::GetAut ...

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 ...

Cyrillic user name with Windows will prevent APEX cloth apb files from importing

OLD - Anim - Jan 29, 2015

When the user name on Windows is set to cyrillic importing APEX cloth assets will fail. I'm not sure what other systems this may also affect, but adding a cloth apb asset to a skeletal mesh will cau ...

Default value for struct cannot be set to same value as parent in child blueprint

UE - Gameplay - Blueprint - Jan 29, 2015

Child blueprint cannot set value of inherited struct variable to same value as parent. ...

Slate Widget fails to compile once added to a new project

UE - Foundation - Core - Jan 28, 2015

Slate Widget fails to compile when you add it to a new project. Expected as a user that anything in that default list should be able to be added and compile fine without making any changes. Compil ...

This project crashes with no crash report when a certain Blueprint is compiled

UE - Gameplay - Blueprint - Jan 28, 2015

This user's project crashes with no crash report when its 'BP_Node' Blueprint is compiled. No crash report is generated and the log does not indicate a crash. Note: the project will not open after ...

Navigation does not work in sub-levels

UE - AI - Jan 28, 2015

Navigation does not work in sub-levels. If the Nav Mesh Bounds Volume in a sub level is not touching a Nav Mesh Bounds Volume in the Persistent Level, it will not appear or function during Play. It ...

Blueprint actor variables defined in code cannot be set in the editor

UE - Gameplay - Blueprint - Jan 28, 2015

After creating a class in VS and creating a blueprint based on the class. Setting the actor variable in the BP's defaults tab does not save the setting. Instead it will show as none when trying to ...

Subtitles are duplicated when "Manual breaks" is check and "Single line" is unchecked

UE - Audio - Jan 28, 2015

When using subtitles for a sound wave the subtitles are duplicates once for every Subtitles element in the settings for the sound wave. An image is attached for reference. ...