Is this a bug with OpenXR tracking in OpenXRHMD.h:145? virtual void SetTrackingOrigin(EHMDTrackingOrigin::Type NewOrigin) override { TrackingSpaceType = (NewOrigin == EHMDTrackingOrigin::Floor ...
When EndAbility calls blah it always sets the value of bWasCancelled to false instead of passing along the correct value. Associated UDN: [Link Removed] ...
Two conditions for this bug to appear:The new actor class we are re-parenting to overwrites the root component in C++The map is not loaded while re-parenting No current workaround other than to rep ...
Event dispatchers (i.e. delegate property values) are currently copied to the new instance when users copy/paste/dupe actors. However, this means that if you have an instance whose dispatcher is dy ...
A licensee was trying to extend the FSkelMeshSection, FSkelMeshRenderSection and USkeletalMesh serialisers with their licensee version number and found that the FSkeletalMeshRenderData::Cache functi ...
When a Blueprint asset is reloaded, we are currently serializing its CachedDependencies list during the discovery of potential referencers. This can lead to incorrectly treating all dependencies as ...
Vehicle wheel friction values are applied too high relative to the vehicle centre of mass. They are applied at the wheels original rest position rather than the base of the current wheel location. ...
UBlueprint::IsDataValid() does not currently check component templates inherited from a parent Blueprint class asset's SimpleConstructionScript; only the current class hierarchy is considered. Given ...
Iterative and Incremental cooking are supposed to recook packages when their "inputs" change. Most of the time inputs are the package file itself and the other package files on which it has dependen ...
Source of the request on UDN ...