Controller::GetPawn() returns NULL in 4.9

UE - Gameplay - Sep 3, 2015

Making a call to GetPawn in an AIController class will return NULL which will crash when that return value is used. This is a regression as the call is made successfully in 4.8.3. Working CL: Work ...

Destroying a Component doesn't trigger the OnComponentEndOverlap node

UE - Gameplay - Sep 1, 2015

Destroying a Component doesn't trigger the OnComponentEndOverlap node User Description: OK, so I have an actor with only one component: BoxCollision, with default settings. I place it on map. In m ...

Using "BugItGo" command causes character to fall through the world

UE - Gameplay - Aug 26, 2015

Using the bugitgo command line argument will teleport the player to the x,y,z specified but will then will cause the player to continually fall through the floor/world. ...

Adding variables to components reports incorrect owner

UE - Gameplay - Aug 26, 2015

Components that have variables added to them cause the component to register the wrong blueprint owner. ...

Physics object set to OverlapAll will still collide with the player

UE - Gameplay - Aug 24, 2015

Physics object set to OverlapAll will still collide with the player User Description: The pawn is simply colliding with and causing physics on objects it shouldn't be. To replicate: Set up a new ...

Code review for potential fix for crash where Velocity contains NaN

UE - Gameplay - Aug 20, 2015

User crashed in the function "void UCharacterMovementComponent::PerformMovement(float DeltaSeconds)" due to a Velocity containing NaN. AnswerHub post details function calls that lead to where the N ...

AbilityTask cause ability BP to be dirty upon global function remove event

UE - Gameplay - Aug 19, 2015

Gameplay Ability BP is being set to dirty when function is removed from an unrelated actor Blueprint. Reported by Licensee in 4.8.3 QA Build, Reproduced using Fortnite - CL - 2661312 ...

ServerTravel command doesn't work in PIE using seamless travel

UE - Gameplay - Aug 19, 2015

The "servertravel" command doesn't function when running ShooterGame in Editor. A warning will show up in the Output Log: LogWorld:Warning: UWorld::ServerTravel: Seamless travel currently NOT supp ...

Setting custom world settings blueprint in project settings causes editor to crash on open

UE - Gameplay - Aug 19, 2015

If a blueprint based on a custom World Settings class is set in the project settings then the editor crashes on open ...

Interrupting SetViewTargetWithBlend causes camera to snap to one actor

UE - Gameplay - Aug 17, 2015

If you interrupt a SetViewTargetWithBlend with another SetViewTargetWithBlend, it snaps to the second ViewTarget instead of blending back. ...