When attempting to get the value of Is Closed on an instance of an actor's spline component, the value is always false during construction of the actor.
On Begin Play, the Is Closed value returns true as expected.
Result: Notice that is closed is returning false, although visually you can see that the spline is closed.
Expected: Is Closed would be true, as the property is set to true on the instance of the blueprint.
Head over to the existing Questions & Answers thread and let us know what's up.