Adding Text Render Component at Runtime Crashes Standalone

UE - Gameplay - Components - Nov 2, 2015

Adding a text render component to a blueprint through C++ at runtime crashes the standalone player. It does not have any effect on PIE. Also, this only seems to occur when the blueprint in question ...

Custom Component Being Added to Wrong Target Blueprint

UE - Gameplay - Components - Nov 2, 2015

When attempting to add a custom component to a blueprint at runtime using the Add Component function, if you give the component an exposed variable, it will ignore whatever target you specify and ad ...

Capsule component Shape values can be glitched inside of Actor class bp

UE - Gameplay - Components - Oct 29, 2015

Capsule component Shape values can be glitched inside of Actor class bp This effects 4.9.2 and 4.10 Preview 3, however it is working properly in 4.11-2736016 User Description: Alright, so the Cap ...

Editor crashes when adding custom CameraComponent to BP with CameraSettings hidden

UE - Gameplay - Components - Oct 8, 2015

Using the HideCategories = (CameraSettings) specifier inside a custom CameraComponent class will cause the editor to crash when the component is added to a blueprint. Restarting the editor will sho ...

Instanced object properties get cleared when compiling some (all?) types of Blueprints (Actor components and user widgets at least)

UE - Gameplay - Components - Oct 7, 2015

If an ActorComponent contains a UObject property of a type that is DefaultToInstanced, any time a Blueprint of a class containing that ActorComponent is compiled the UObject value is reset to None. ...

Adjusting properties of a Blueprint instance's components in the level does not update references to the properties in the BP's Construction Script

UE - Gameplay - Components - Oct 6, 2015

Adjusting properties of a Blueprint instance's components in the level does not update references to the properties in the BP's Construction Script. Note: this would work in 4.8.3. Reproduced in 4. ...

Vertex Painting on Blueprint Static Mesh components lost on copy

UE - Gameplay - Components - Sep 1, 2015

After vertex painting on a Static Mesh component of a Blueprint, the Vertex paint data is lost when the Blueprint is copied. Oddly, pasting into a text editor shows VertexColorData, but it seems to ...

Adding a function to a BP Component causes compile errors in BPs that use that component

UE - Gameplay - Components - Aug 28, 2015

Adding a function to a Blueprint component causes other Blueprint that use that component to have Errors and must be re-compiled. ...

Adding a Blueprinted custom StaticMeshComponent to a Blueprint results in an Ensure being triggered.

UE - Gameplay - Components - Aug 24, 2015

If a Blueprint is made from a custom Blueprintable StaticMeshComponent, and that Blueprint is added as a component to another Blueprint, an Ensure is triggered. No Ensure occurs if the custom nativ ...

Adding a StaticMeshComponent pointer to a derived StaticMeshComponent class has inconsistent behavior

UE - Gameplay - Components - Aug 6, 2015

Adding a UStaticMeshComponent pointer to a class derived from StaticMeshComponent allows for two meshes to be set by a single component. Setting two meshes inside a blueprint this way will only allo ...