Blueprint function-local variable properties don't copy metadata from the source FBPVariableDescription

UE - Framework - Blueprint Compiler - Jan 23, 2025

FKismetCompilerContext::CreateUserDefinedLocalVariableForFunction() does not copy the metadata from the source FBPVariableDescription entry. Class variables work because there is code for that in FK ...