Child Actor Components class settings does not appear to replicate as expected. When the class is changed at run time, the change is not reflected on the client. Additional note: If the class is ...
If a nativized Blueprint event graph includes a call to a native, BlueprintCallable function that's also marked BlueprintAuthorityOnly, if the Blueprint is nativized, the function will incorrectly b ...
When this issue occurs printing out the addresses of each item in the array shows that elements 2 and 3 have the same address, so for some reason the second element's value is being overridden by th ...
Using the 'Move Component To' node in conjunction with spline locations, the static mesh component is traveling in the exact pattern the points are at. But the location the mesh is moving at is offs ...
Report of a chain of dependencies that can lead to a fatal loader stall in a nativized build:Thing -> BPStruct2BPStruct1 -> BPStruct2 The necessary order of operations is:BPStruct1 loadsBPStruct2 l ...
No known steps to reproduce There is a UEMP bug entered but wanted to make one UE side for visibility: UEMP-8 ...
A crash is occurring in a nativized packaged game when overriding a server event and calling the parent's implementation in a derived class. The crash doesn't seem to produce a detailed callstack. ...
When cooking QAGame (QA-Blueprints map) an assert is triggered during the cook step. So far I have reproduced this for: Win64 and PS4. ...
A crash is occurring in a packaged project that is using blueprint nativization when an interface function is called. This crash does not appear to be producing a callstack in the Crash Reporter w ...
Packaging a project will fail if a Blueprint is set to be nativized and that Blueprint is not included in a level. REGRESSION: Yes. The project packages successfully in 4.15. ...