The Real Time Preview of Converted Vector Parameters from the Material Editor are not currently previewing in the level viewport without re-compiling the material. ...
When verifying [Link Removed] (GitHub 2762 : Correct subtitle rendering when scrubbing) I found that subtitles will not render while scrubbing the matinee. [Link Removed] has since been closed, but ...
A user was trying to make his recorded animation loop, but having trouble getting it to loop properly and having to eyeball it. So I did some digging and experimentation. I think that one of the m ...
CanJump Blueprint node will return true for 1 jump after "MaxJumps" and if this happens, will never return true again, even after Character has landed and CurrentJumps has reset. ...
When you use MoveTo BT node, with a target set as Actor and your AIController is DetourCrowdAIController, the AI pawn will update its goal destination much less frequently. Instead of constantly fo ...
EDIT: Initial investigation done, check comments. If the user creates a widget and then places that widget inside of another widget via the User created section and then sets up a navigation using ...
CHANGELIST: 2114974 BRANCH: UE4 - Main DESCRIPTION: Using the Reimport LOD1 drop down in the Static Mesh Editor will create new material slots each time instead of ove ...
DESCRIPTION: Set nodes for Physical Material parameters are no longer accessible via Level Blueprint. AH Post: https://answers.unrealengine.com/questions/135031/cant-set-physical-material-properti ...
During runtime, a data only blueprint's class defaults tab becomes greyed out and uneditable during runtime. The values for specific instances can still be edited via the detail's pane. ...
Gradle AAR import paths need to be absolute instead of relative since the current work directory used to package Gradle is not the same as Ant. ...