Similar to:
try:
x.get("2")
except TypeError as e:
pass
Similar to:
try:
x.get("2")
except TypeError as e:
pass
natively in blueprint??? no.
There are however available in the marketplace.
You can use IsValid checks: Unreal Engine Blueprint - Is Valid Check | Community tutorial
Which are similar but not the same.