In the attached project, the controller Blueprint is set to apply rotation based on a pair of bool values indicating whether the A (Rotate Left) or D (Rotate Right) keys are pressed. The controller ...
You can add a pass-by-reference input variable to an Event Dispatcher, but it will will result in compile warnings, and changes to that input will not affect the value of the variable in the caller. ...
Tilemaps using lit methods of rendering are subject to strange lighting behavior. If the material for the tilemap is using a 'masked' method of rendering. Lighting will appear at incorrect angles. ...
When creating a Blueprint Function under a non-default category, if you name one of its parameters "Category" the function will be moved back to the default category. This is working as expected in ...
Running destroy component with construction script placed on level blueprint does not destroy component when it is nativized. It works correctly with PIE and Not Nativize. Also, if the actor that wa ...
When importing, DataSmith is assigning a scale on the actors, the option to set the import scale is no longer available in 4.21. ie: a 36" item comes in at 96" This was reported and tested in 4.21 ...
This warning appears even when building for Shipping config. It did not occur when packaging for Android. ...
UPlayMontageCallbackProxy::CreateProxyObjectForPlayMontage creates a proxy object and immediately calls PlayMontage. If the montage fails to play (no mesh component, no animinstance, Montage_Play it ...
IsEditorOnly Component is hidden when it is duplicated. This can be redisplayed by blueprint compile, but it is preferable that it is the same as when IsEditorOnly is disabled. Gif1 is the case of ...