From a Draw Material Triangle you cannot use a Material calling vertex color and the provided Vertex Color Pins to yield color on the HUD drawn triangle. It will always appear White. [Image Remove ...
In a networked environment with high packet loss (or high forced adjustment factor), motion applied using Root Motion Sources can desynchronise under conditions that animation root motion does not. ...
User comments in crash group:Enabled Flat Tesselation on a Terrain Material.I saved the material. 1628 if (HasTessellationEnabled) 1629 { 1630 ***** UMaterialInstance* NonTess ...
The -createchunkinstall option is used to separate out chunk>0 CDN/patch data from the main packaged app, but when using it with the IOStore enabled, only the pak files are separated out but not the ...
While setting up whole scene shadows, CasterOuterFrustum is used to cull shadow casters from PrimitiveOctree. CasterOuterFrustum doesn't extend far back enough, which means that if an octree node fi ...
If a code function is written with a delay that doesn't take any arguments, calling the function from blueprints causes the blueprint to get stuck in a loop and not continue to the next BP node. ...
Third Person C++ project crashing on open on Android Devices 4/4 Repro rate ...
Blueprint timelines: when converting an internal curve to an external curve asset, the curve asset's data isn't used until the blueprint is recompiled. This is confusing as there is no indication th ...
When the player is controlling a Character actor, using the CharacterMovementComponent (CMC), unexpected movement corrections will occur while standing still on a movement base that is rotating. ...
This is an issue with how FPropertyValueImpl::ResetToDefault works: it uses GetDefaultValueAsString to reset the default value. This is problematic because the LexToString function that is eventuall ...