What does the 'Is Valid' flow in Blueprint guard against compared to a simple null check?
-
A
It also checks for pending-kill objects that are marked for garbage collection
-
B
It checks if the class type is correct
-
C
It verifies the object has been initialized with BeginPlay
-
D
It is identical to a null check with no additional benefit