It looks like this is some fallout from CL 19405683. If we change a variable from vector to transform, it'll pass this check:
if(Tag.StructName == NAME_Transform) { Struct->SerializeTaggedProperties(Slot, (uint8*)DestAddress, Struct, nullptr); return EConvertFromTypeResult::Converted; } return EConvertFromTypeResult::UseSerializeItem;
We shouldn't use "UseSerializeItem". We'll serialize the vector data as a transform, which leads to incorrect data and a subsequent crash, since we slurped up the binary stream incorrectly.
A sample project has also been provided.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How to achieve HLSL Multiple Render Target in Material blueprints?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-168261 in the post.
1 |
Component | UE - Gameplay - LWC |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.6 |
Created | Oct 25, 2022 |
---|---|
Updated | Oct 1, 2024 |