Description

Goals / Why
Type hints allow developers to create self-describing code by statically indicating the type of a value within your Python code.
Outcomes

  • Better documented code for easier reading and debugging
  • Prevent bugs caused by dynamic typing
  • Improved autocomplete and linting experience in IDE

Drivers

  • All python users will benefit from this feature
Steps to Reproduce

See my comments

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-119557 in the post.

2
Login to Vote

Fixed
Fix Commit20349869
Main Commit20349869
CreatedJul 13, 2021
ResolvedMay 24, 2022
UpdatedJan 22, 2024