When playing in Standalone with multiple characters there's the the chance that one of the player states does not get set and remains null. This is not a 100% repro case. Multiple tests may be req ...
Sprite collisions do not accurately reflect the collision for the sprite. While the collisions are always the same between two of these, the collisions do not correspond to the shape of the collisio ...
In general, UPROPERTY(VisibleAnywhere) makes a property ineditable. But, if the type of a property is FMovieSceneObjectBindingID, VIsibleAnyhere no longer prohibits it from editing. [Image Removed] ...
From [Link Removed], licensee reports We believe that querying the UIInterfaceOrientation via UIApplication on the game thread is the issue here. We have made changes to IOSInputInterface.cpp and I ...
Camera Movement is laggy while the mouse button is held down and ShowMouseCursor is enabled if there are AI moving. Stat Scene Rendering didn't show any jumps while moving the camera under these cir ...
If you manually type in the value for Capsule Half Height, it will sometimes revert back to it's previous value upon hitting Enter. The CapsuleComponent's shape in the Blueprint's Viewport adjust to ...
Compile failure packaging for iOSUATHelper: Packaging (iOS): UnrealBuildTool: D:\Build\joseph.wysosky_QuickSwitch\Engine\Plugins\Online\IOS\OnlineSubsystemIOS\Source\Private\OnlineStoreIOS.cpp(123 ...
When a user tries to add a skeletal mesh component to a blueprint with a niagara system to use the skeletal mesh with that niagara system, the niagara system will stop rendering because it does not ...
Perforce integration creates bad changelist when deleting or renaming a file, then renaming another into its place ...
UObjectProperty properties within a UActorComponent class aren't exposed for editing in the Details panel when choosing to edit native component defaults in the BP editor. ...