A user adds 3 .h files though Visual studio where the first contains a struct, the 2nd includes the 1st, the 3rd includes the 2nd and tries to make a variable of the struct declared in the 1st. The ...
When calling GetAllocatedSize() on a TBitArray it will round down the result of MaxBits / NumBitsPerDWORD. This means that not enough bytes are allocated when the MaxBits is not divisible by NumBi ...
Attempting to connect to perforce as the source control provider, the editor is crashing with listed callstack. ...
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 ...
Functions called in the destructor are not being called properly. Setting a call to AddOnScreenDebugMessage is displayed at the start of PIE rather than when the actor's destroy is called. ...
CL23957356 changes how to calculate FrameOffset in FNiagaraSystemUpdateDesiredAgeExecutionToken::Execute(). After this change, DesiredAge + FrameOffset could be 0.0 for some a couple of initial fram ...
Destructible Mesh component doesn't show in bp viewport until the bp is reopened User Description: Mesh dont appears in viewport after add DestructibleComponent and set "Destructible Mesh". After ...
When Switching the curve editor to cubic interpolations for example moving the blue handles will not change the curve. However, if a third point is add this function works as intended from the 2 poi ...
When using a BP with component instance static mesh that is added via the construction script, when using the build button in the toolbar to build lighitng and geometry everything will work correctl ...