When generating a random number using FMath::RandHelper() in the constructor of an actor, attempting to print that same number on BeginPlay returns a different value than the constructor. However, ...
-Morph target cycles through all values instead of only alternating between 1 and -1 -Couldn't reproduce in 4.17 -attached a test morph target asset Link to example video from user: [Link Removed] ...
There is a discrepancy between how Movie Scene Capture (Legacy) and Movie Render Queue handle letterboxing for sensor aspect ratio's that do not match the export resolution, which seems to be a bug ...
Transform in misspelled in the first paragraph of station 1.1 on animation_basics in content examples. ...
The licensee wants to record the same number of frames as the animation in "Content/TakeRecorder_test/Grayman/anm/". I thought that increasing the number of frames by 1F on Sequence would solve the ...
This is a common crash affecting users in 4.16. Over 100 users have been affected, although they have not provided additional information. Source Context 469 TokenStreamIndex++; 47 ...
Materials using EyeAdaptationInverse may render incorrectly when debug visualizations are active. This issue can be resolved by modifying the EyeAdaptionInverse function in EyeAdaptionCommon.us ...
Creating a montage from a default frame rate and rate scale sequence reports 1 less frame than the sequence. The difference is a result of UAnimSequence overriding UAnimSequenceBase::GetNumberOfFram ...
With 5.2, we allowed the take separator to be multiple characters long. But it would appear that when using this feature, if you don't also have a 'shot number' before the take separator, then the n ...
In C++, arithmetic operators * and / have the same priority and therefore should be resolved left to right. In this case, * is being resolved first and / second. 1/128*128 and (1/128)*128 should p ...