When determining relevancy for an actor based on distance, the location of the player's view point is always used if it is available, rather than the location of the view target (see FNetViewer and ...
When an actor has a blueprintable struct that contains a reference to an actor component and that component is created default in the actor's constructor, the struct and the component will be unedit ...
I think it doesn't like the "bPlaying == false" expression for the EditCondition meta tag on the UPROPERTY... You also get these warnings every single time the Sequencer plays through a keyframe on ...
From licensee:When the player pawn teleports inside a structure that is a HLOD, the dithered HLOD fading transition is not properly reset so we can see it re-starting to fade, from the inside. Our ...
UDN customer requests that all parameters have units in their tooltips. Need to do a sweep and check what might be missing. This is not a regression, the information will have never been their in t ...
When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being vi ...
The issue is due to the UK2Node_PureAssignmentStatement node that's created during node expansion when AutoCreateRefTerm is used on the target function. In the attached DOTBug image, you can see tha ...
A customer is reporting that a renamed LevelSequence will continuously be resaved when Fixing the Redirectors from the Content Browser. The problem would be the incorrect redirector for the Blueprin ...
Renaming the LevelSequence also renames the internal DirectorBP. Renaming the BP triggers the rename of its BlueprintGeneratedClass asset. A Redirector will be created for the BGC but it will be in ...