The child component of a blueprint cannot have their collision altered through the details pane of the main editor viewport if the child component is a sphere. All changes must occur in the blueprin ...
Actors selected with the foliage lasso tool cannot be deleted. User must select individual assets or use another method to delete actors. ...
REGRESSION: YesWORKING: 3172292 (4.13.2)BROKEN: 3177600 (4.14) In the Content Examples Animation level, at Display 1.15, the rifles are offset from the character's hands for two of the skeletal mes ...
In a function, creating a local Pawn or Actor variable, getting it, and then converting the Get to a Validated Get will cause the editor to crash upon compiling the blueprint. Found in 4.10.2 binar ...
For the FInputChord struct, in Blueprints assigning the value "None" to Key will be reassigned to the next time the Blueprint is opened. This is problematic for handling key bindings in Blueprint w ...
If the user moves the RecastNavMesh actor in the level, the navmesh will be offset each time they change a Display setting in the Details panel. ...
Opening a DataTable that is set to a Struct that is using a Key variable will crash the editor User Description: I'm getting this crash when using Key variable in DataTable. I was able to repro i ...
Crash when renaming assets from the Persona asset browser [Link Removed] [Link Removed] LOG IS ATTACHED ...
If a player on a dedicated server attempts to possess a feshly spawned pawn, the blueprint must have an unpossess node just before the possess node to be able to possess the pawn. This is not the ca ...
Calling SetActorLabel causes an actor's components to return to default states when called from a client accessing a listen server outside of main editor process. Note: User posted code linked to ...