Currently, structs that have a custom make function aren't able to use the "Set members..." node in Blueprints. For vectors and similar structs, this is slightly inconvenient since it requires using a cumbersome workaround when setting individual fields. The "Set members..." node allows for a slightly more succinct solution.
Note that we need to be careful about which structs are permitted. By default, structs that have the HasNativeMake metadata won't use this node. There are some structs that either don't have a exposed properties (eg: FSoftObjectPath), or structs that have strange creation semantics (eg: FBox2D's use of bIsValid).
The preferred solution would create a new metadata tag (eg: DirectPropertyAccess or similar) that can be added to UK2Node_SetFieldsInStruct::CanBeMade.
Current:
[Link Removed]
Proposed:
[Link Removed]
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How to achieve HLSL Multiple Render Target in Material blueprints?
Teleporter in the Creative Hub is Locked and cannot be accessed
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-150296 in the post.