Our sample games all seem to use the semi-deprecated Classes folder for their headers, and many of these headers omit a #pragma once (or other header guard). This means that they don't play nicely ...
Multigates only fire the first output when inside a function. The same setup in the Event Graph will function as intended. Reproduced in 4.7.4 binary and Main (//depot/UE4/Promotable-CL-2498147) ...
In the Material Instance, the color picker will change the color when typing in the Hex Value. IMPACT: Incorrect color selection through manual Hex Code input WORKAROUND: Do not ...
USTRUCT(BlueprintType) struct FTestStruct { GENERATED_USTRUCT_BODY() UPROPERTY(BlueprintReadWrite) uint32 ValueC : 1 ; UPROPERTY(BlueprintReadWrite) uint32 ValueD : 1 ; }; A ...
When changing the value of the blendweights of a character in a level, it is breaking the animation that the character has and causign the animation to show as jittery. ...
TargetArray nodes are reported as invalid if played in Standalone mode and the blueprints they are contained in are not rendered. Playing in PIE however works correctly and all blueprints are rende ...
When a project with an InstancedStaticMesh is used in a level, the static mesh is failing to render on a mobile device Tested on a nexus 5 and an iPad air OS 8.1 ...
[NickW] Should perform a search in children, at least warn if this will break children. — Delete Unused Variables deletes variables used in Child Blueprints. Note: Not only child blueprints. If ...
James: I think we currently recreate the capsule body when you change dimensions, should just change the shape instead. – DisableCollision is reset if constrained Capsule Component height is change ...
Line Trace's chained together into a ricochet do not work on all normal directions. They seem to fire inside of the object. The blueprint setup in screenshot #2 is in the MyCharacter bp. ...