Cannot manipulate morph targets that are unique to the Slave Component through the Master Component. So the situation here is that the Head(Master) does not have the "BeerBelly" morph target, but t ...
Copying a Static Mesh actor from the level and pasting it into a Blueprint as a component does not retain any of the values of the copied actor. Reproduced in 4.7.6 binary, 4.9 Release (//depot/UE4 ...
Stationary Lights are generating shadows with flickering black square and vanish shadows altogether on movable objects in the Preview of 4.7p6 and in the newest Release Branch of 4.7 (2439472). The ...
Starting position of physics simulated bp is different in Standalone Game User Description: Things work fine in the editor window, but when I run a standalone game then blueprints with physics bod ...
Extracted Sprites are offset when importing a non-power of two sprite sheet, padding it to a power a two mode, and then using the extract function. You can see this offset clipping of the extracted ...
Adding a Local Variable to a blueprint Construction Script will cause a crash ...
The UDN has a possible fix for this issue in the Component Type Registry You can use the following as a test C++ class: #pragma once #include "CoreMinimal.h" #include "Components/ActorComp ...
When setting a preview mesh and a socket to a relative scale, the socket's scale is saved but the preview meshes scale changes. This occurs when the asset is saved < mesh editor closed out < mesh ed ...
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 ...
If a child actor component is placed in a blueprint, that child actor component cannot be individually selected in viewport or scene outliner. ...