Description
Wiki Description
Clears an actor's obligation (set by Actor.SetForcedLandingMarker(...)) to use a particular marker when this actor has to land. Just an alternate way of setting the forced landing marker to None.
Documentation Comment
Remove the obligation to use a particular marker when this actor has to land.
Caveats
Examples
; Clears the forced landing marker on the actor
akActor.ClearForcedLandingMarker()Auto-Generated Example
myActor__toCallFunctionOn.ClearForcedLandingMarker()