If a function with a Category set in its UFUNCTION macro has the value of the category changed and then compiled (hot reload), the function will no longer show up in the right click menu of the blue ...
Changing a UPROPERTY value from BlueprintReadWrite to BlueprintReadOnly, or vice versa, and performing a Hot Reload results in the variables not being found in the Blueprint's Event Graph context se ...
Performing a Hot Reload after altering a custom component code class can make the component unusable in Blueprints, and even crash the Editor. WORKAROUND: Close and re-open the Editor. ...
A number of issues with MoveToActor have been observed in 4.7.2, including: 1. Not updating path on goal actor's move 2. hitting obstacles after path updating ...
In a Mac environment with where a MacBook Pro 15" retina display is used in combination with a larger 25" display "traditional resolution" the menus will drop down as expected on where the editor is ...
Nexus 9 fails due to unrecognized CPU architecture. Need to add mapping of arm64-v8a to arm64 (UE4 internal architecture for this part) so it will fall back to armv7 for now and in future use 64-bi ...
When dragging and dropping the Blueprints folder into another folder, and selecting 'copy here' causes the Blueprints folder to stay as a folder and empty, but another Blueprints folder is created w ...
Importing a DDS Cubemap with a resolution of 2048 takes approximately 20 mins to import into the engine. It will seemingly freeze the engine for the duration of the import. Also reproduced in Prom ...
This issue makes BP BT decorators not being able to run condition checking every tick. The core issue is here: bool UBTDecorator_BlueprintBase::GetShouldAbort(UBehaviorTreeComponent& OwnerComp) co ...
When creating a level with BSPs UV settings that are applied do not persist after building. Regression: Yes Working: CL-2386410 Broken: CL-2467323 ...