Set Timer node does not stop the timer if it is set to zero by the Custom Event. This is also true if Set Timer Delegates are used. ...
Creating an exposed variable does not always update correctly to the bp's Details panel. They will show as having multiple values until the bp is clicked off and back onto. ...
Editor crashes when landscape visibility tool is used on landscape. Frequency: 2/2 Crash Reporter: [Link Removed] ...
Declaring a UPROPERTY() TArray with TFixedAllocator fails to compile. Output log states "Missing '>' in 'tarray'." Removing/commenting out the UPROPERTY() allows the project to compile correctly. ...
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 custom code class is changed and a Hot Reload is performed, any Blueprints previously made from that class can no longer be saved. Possibly related to [Link Removed]. WORKAROUND: Close and ...
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. ...
After creating a Scene Component code class and an Actor code class, creating a reference to the SceneComponent in the Actor class constructor will cause a crash on hot reload in the editor. ...
Using the Merge Blueprints feature crashes the editor. This repro is for clicking between the error and warnings while merging, but the editor will generally crash if the Merge is finished or if an ...
After setting a replicated variable to true on the Server the Clients still show the variable as being set to false. ...