UDIM textures have default Tiling Method set to Wrap but causes incorrect filtering on edges. It should be set to Clamp or Mirror by default. ...
If a post process volume is set to use a material shader, reducing the screen percentage while in VR Preview will shift the coordinates left/right. ...
Crash occurs when the user closes the editor while there are blueprint thumbnails visible in the Content Browser. This seems to only occur if the editor was opened with blueprint thumbnails also vi ...
We currently overlook local variables being collapsed into new function and/or macro graphs, where they are no longer in scope. Current workaround: Manually delete local variable "get" and "set" no ...
A check() is being hit intermittently when using adaptive virtual texture. check(Entry.Magic == Handle.Magic) inside FVirtualTextureProducerCollection::GetProducer ...
The description of SpringArmComponent's "Use Camera Lag Substepping" option says "sub-step camera damping so that it handles fluctuating frame rates well". However, as noted and explained by a licen ...
UGeometryCollectionComponent::EventDispatcher gets registered for events twice, once in UGeometryCollectionComponent::RegisterForEvents() and again in UChaosGameplayEventDispatcher::OnRegister(). Th ...
This occurs because the 'AttachParent' property is a UPROPERTY, and as a result when we create a new instance of a USceneComponent subtype, any USceneComponent subtypes it owns are treated as instan ...
Struct in Object class will not populate if struct pin split on "Construct Object from Class" node. This does not appear to happen to other variable types. Workaround Do not split the struct pin, ...
If a user setups up a custom transition graph that caches one of the input poses by setting the Evaluator Mode property to Freeze then the node fails to deal with the situation where the LOD or mesh ...