LineTraceComponents do not return the correct HItLocation from Procedural Mesh Components. ...
When setting the 'r.SeparateTranslucencyScreenPercentage' variable to any value other than 100, UV world space textures begin to swim. In the example project attached, I created a simple translucent ...
If two strings or names are compared in blueprint using the Equals (==) node, it is not case sensitive in English. It is case sensitive in Cyrillic however, even though it should be the same functio ...
If Visible is off in actor details by default, Visibility track in Sequencer doesn't work in game. It appears to work when you hit play in the Sequencer Editor, but doesn't work in game. ...
bReturnFaceIndex is not being used in ConvertQueryImpactHit when calling PrimitiveComponent LineTraceComponent. User quote: When calling PrimitiveComponent LineTraceComponent with FCollisionQueryP ...
Moving a folder in the content browser does not bring along any maps contained in the folder. FREQUENCY: 3/3 WORKAROUND: Manually move maps ...
Trying to pass a TAssetPtr to a BlueprintImplementableEvent function will result in a build failure. It appears that the TAssetPtr should be passed as a const reference, but this results in an error ...
When duplicating an element of an array of EditInlineNew UObjects, a reference to the duplicated element is created instead of creating a new UObject that duplicates the initial element's properties ...
Loading a level through the content browser and File->Open Level do not have the same behavior. ...
A user reported that the FOculusRiftHMD::EnablePositionalTracking() function is missing a call to UpdateHmdCaps() so that the status of the HMD is correctly updated. The user's suggestion for this ...