When removing gameplay effects by tag, if the tag that is being removed has other tags that are dependent on it in a cyclical way an "array out of bounds ' error can be triggered. ...
Creating a local variable in an ABP function crashes ...
Currently, the Control Rig Editor allows the user to use the "Instanced Struct" type, for example for a variable or function input/output. However, this type does not seem to be properly supported ( ...
I traced through the callstack and it looks like the problem is as follows:in order for the BP function to compile, its enum parameter must be uint8, because that is the only type supported by BP fu ...
Assertion occurs when undoing a Child State's unparenting from another Child State. Repro Rate: 5/5Assertion failed: false [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Slate\Public\Widgets\Views ...
Support for editor-exposed uproperties of type TOptional<T> has been added by CL 28199740 on september 2023. However, since then until today in UE 5.5, a crash can happen when exposing TOptional<FNa ...