When a UV Offset is applied in a RetainerBox effect material, visual artifacts appear only in the editor — not at runtime — if a widget with a dotted preview outline (like CanvasPanel) is placed dir ...
Starting with UE 5.4, the Color Picker Tool no longer updates preview values in real time for certain editor windows like Niagara when working with User Parameters. This behavior is a regression fr ...
Context Blueprint actors placed on the map can bind to another actor's event. If an ActorB has a reference to ActorA, it can bind to an event dispatcher in A by creating an event node in ActorB's e ...
I'm trying to use VFX in specific regions on a character and would normally use sampling regions to do it easily, however the mutable mesh that is generated doesn't seem to be creating any of the on ...
This question was created in reference to: [Link Removed] Last post fixed the import crash, but it seems it added another. If we hit Execute button twice in a row by mistake we get a crash with th ...
WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined class property (bSimulatePhysics), throws an error in the logs: LogEditCondition: Error: EditCondition pa ...
When an FName is created with a trailing underscore and any number of digits in the range of 1-9 the trailing digits are used as the internal number value for the FName lookup. This results in the F ...
UPoseAsset::SetBasePoseName() does not correctly set the BasePoseIndex when a valid pose name is provided. Regardless of input, the pose defaults back to ReferencePose. Upon inspection of the implem ...