When working on a level asset and using command "File – Save Current Level As..." to save it over a different level asset, the engine first deletes the target level (that's going to be overwritten) ...
Moving an instanced static mesh will not move the collision along with the mesh. This will leave a visible mesh that players can walk through in one area and a blank space that cannot be walked thro ...
Expose to Matinee requires variable to be "editable" as well. If this is expected, can we have "Editable" be enabled when you enable "Expose to Matinee"? ...
If a C++ class based on Character has a default value for a variable and the value is overridden in blueprints, the default value will be shown in game rather than the BP value. ...
If a variable of type UserDefinedStruct is created in a Blueprint and the project is closed before the Blueprint is compiled, upon reopening the project that variable will not be visible in the My B ...
If an interface is called in a blueprint and then altered, the blueprint will receive a compile error until the interface is removed and re-implemented. ...
FPS drops in PIE when a widget is called that has text with no font selected. ...
The title pretty much explains it all. When creating a blueprint and using a subcomponent or child within that blueprint, deleting the child actor, and then undoing while in play, causes crash. ...
While using a pawn sensing component in an actor, the actor will not respond to sound data that is within the radius of its hearing threshhold/LOS hearing threshold. Additional notes: This was a ...
GetOverlappingActors will return a value when used immediately after OnComponentEndOverlap. Putting a delay after the OnComponentEndOverlap call will result in GetOverlappingActors to return null, s ...