FGameplayAbilitySpecHandle is a struct that can be replicated by-design to identify a granted GameplayAbility in server-client communication. This works fine with default struct replication using FR ...
FLinearColor FColorSpaceTransform::Apply(const FLinearColor& Color) crashes while attempting to VectorLoadAligned() when running the UnrealEditor on Ubuntu 22.04. ...
Nanite custom depth rendering doesn't "de-jitter" the view parameters for custom depth rendering when r.CustomDepthTemporalAAJitter is set to 0. This was discovered by a licensee and reported via U ...
For arrays, FPropertyReplicationStateDescriptorBuilder::IsSupportedProperty will set the FMemberProperty's ChangeMaskBits to "1U + FPropertyReplicationState::TArrayElementChangeMaskBits". If the arr ...
When geometry collection is set as nanite, there is no non-nanite render data cooked. This means that there is no fallback if the cooked build uses r.nanite 0. This used to work with some code worka ...
Looks like this was broken during the anim data model refactor. The data exists on the data model now so we can probably display this via a details customization ...
Typically, non-animated bones behave the same way as extra bones on a target skeleton. However, it appears that this isn't the case for mesh space additive sequences. When a bone is present on th ...
Apple added a new Entitlement plist value starting with iOS15 to allow connecting with GameCenter. It's a boolean value with the key: com.apple.developer.game-center Without it, the app can not co ...