Description
Wiki Description
Is the actor on a mount?
Documentation Comment
Is the actor on a mount?
Caveats
Examples
; Is Nate on a mount?
bool nateOnMount = Nate.IsOnMount()Auto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsOnMount()