When using a material with a translucent blend mode, you can not use the lighting modes "Volumetric PerVertex NonDirectional", or "Volumetric PerVertex Directional" and the Tessellation settings "PN ...
The Editor on Mac does not recognize plugins that are added to a code project via symlink (the plugin code is located somewhere other than in the project's Plugins folder). Xcode properly recognizes ...
Expanding a macro that passes a struct with split struct pins to a function causes internal compile errors. Attaching sample project, can be recreated with steps above. ...
FInterfaceProperty::SerializeItem (and ImportText) attempt to determine if the passed in object implements the interface in question. They do this by calling GetInterfaceAddress, which tries to get ...
The NiagaraFluids plugin provides several Niagara System templates to use as a starting point for the user's own Systems. The templates in category "3D Gas", such as "Grid 3D Gas Explosion", include ...
Special function key presses and hotkey shortcuts do not register in the editor if they fire key presses instantaneously (0ms). In particular, TypeMatrix keyboards reproduce this error using keyboar ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: IsValidRef(GBuff ...
TriggerMontageEndedEvent is calling RemoveAtSwap after the NotifyEnd callback which is not safe if the ActiveAninNotifyState array is modified by the callback. WorkAround: Add a Delay node befo ...
On line #1301 in ScriptCore.cpp, there is the following if statement:if (Function->FunctionFlags & FUNC_Native) { Function->Invoke(this, NewStack, ReturnValueAdress); } else { Fu ...
If a custom event has been deleted, the name used on that custom event will not be able to be used on other functions/variables. This can be seen on the video posted here; [Link Removed] ...