This function is not supposed to verify whether the string is a valid drive, just that it's a valid drive reference.
| Input | Output |
|---|---|
| Empty | true |
| C:/ | false |
| C: | true |
| K: (not a drive or volume on my pc) | true |
| DATA (name of my D drive) | false |
Confirmed in MAIN @ CL 9888595
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-82761 in the post.
| 0 |
| Component | UE - Foundation - Core |
|---|---|
| Affects Versions | 4.23.1, 4.22.3, 4.25 |
| Fix Commit | 9631420 |
|---|---|
| Main Commit | 10016339 |
| Created | Oct 30, 2019 |
|---|---|
| Resolved | Nov 4, 2019 |
| Updated | Nov 8, 2019 |