fn extract_str_property(data: &[u8], prop_name: &str) -> Result<String, String>Expand description
Find the first StrProperty named prop_name and return its FString value.
Walks the binary looking for the FName header of the property, then skips past the StrProperty metadata to read the string value.