Character BP yaw rotates at different speeds when played in Standalone vs. Selected Viewport

UE - Gameplay - Mar 12, 2015

When you have a character in a level and if you setup the blueprint of the character as shown below, the rotation of the character will differ when played Standalone vs Selected Viewport. Photo of ...

Using ServerTravel from a map set as the Transition Map with Seamless Travel enabled in the Game Mode will crash the editor

UE - Gameplay - Mar 6, 2015

Using ServerTravel from a map set as the Transition Map with Seamless Travel enabled in the Game Mode will crash the editor. Probably related to [Link Removed] Reproduced in 4.7.2 binary and Main ...

UParticleSystemComponent::TickComponent is missing call to parent

UE - Gameplay - Mar 4, 2015

In ParticleComponents.cpp the function UParticleSystemComponent::TickComponent don't not make any call to Super::TickComponent. This causes issues when using it in blueprints, such as not being abl ...

Blueprint child asset is set moved to offset position when set to simulate physics

UE - Gameplay - Mar 3, 2015

When setting up a BP via the scene with the new method of adding components and converting to a BP the child component that is set to simulate physics enabled will be offset from its original positi ...

4.7 Regression: Character::OnJumped_Implementation() not virtual and will skip user implementation or fail to compile

UE - Gameplay - Feb 25, 2015

Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...

Possess functions need to be marked server-only

UE - Gameplay - Feb 23, 2015

Possess() should only work on the server, and only be callable on the server. ...

Flying pawn ignores landscape collision

UE - Gameplay - Feb 21, 2015

Flying pawn from Flying Template does not collide with landscapes. ...

Set Timer node does not stop the timer if it is set to zero by the Custom Event

UE - Gameplay - Feb 20, 2015

Set Timer node does not stop the timer if it is set to zero by the Custom Event. This is also true if Set Timer Delegates are used. ...

Camera behavior mismatch between PIE vs Packaged game

UE - Gameplay - Feb 19, 2015

When a camera is setup in code with GetWorld()->GetFirstPlayerController()->SetViewTarget(this); the camera will work in the editor but a packaged version of the game has a black screen. ...

setting Simulate Physics and Set Actor Location And Rotation in code causes crash on project load

UE - Gameplay - Feb 19, 2015

If an actor's Simulate Physics and ActorLocation/Rotation properties are set in code the editor will crash immediately upon launch / debug in VS. ...