A licensee has pointed out a potential bug they found related task graph synchronization and when compiling compute PSOs: [Link Removed]. From the screenshot they sent over, it seems that a task gra ...
It seems like WriteFileList (TempStorage.cs) is not respecting the enginePath as set from horde context. _localDir in TempStorage.cs seems to be based off of the RootDir (details here). Proposed ...
Context: FGameplayAttribute's details customization lets designers pick any attribute property from any UAttributeSet class. Problem: This currently displays all properties of UAttributeSet class ...
When importing a static mesh with a second UV channel setup for the lightmap the second UV is no longer being automatically assigned as the lightmap coordinate index. In 4.12 the second UV detected ...
There are some weird things happening with layout recently, like UE-37541 which doesn't allow the user to save their layout, then reset it to the saved layout. Interesting thing to note is that wh ...
A user reported an issue where the cones that represent angular constraints in the PHAT editor are not rendered if Separate Translucency is disabled. This may be related to another issue with Separa ...
Auto Reimport source paths can cause a crash with the editor. I couldn't narrow down in my limited testing what would cause the crash vs what would not with these file paths. The one in my attached ...
User comment in crash group:Please Contact me to help fix this. I don't know what else to do. 41 FQuatRotationMatrix(const FQuat& Q) 42 ***** : FQuatRotationTranslationMatrix(Q, FVect ...
The conditions for this bug are fairly specific. The actor must be statically placed, with its only replicated property being the fast array, and net.PushModelSkipUndirtiedFastArrays must be enabled ...
When using infinite or duration-based effects, required and ignored tags will have no effect on attribute modifiers. This appears to be caused by OnAttributeAggregatorDirty (GameplayEffect.cpp:2917) ...