# ExistentPawn

[ExistentDocumentation](https://gitlab.com/lightgarden-studios/existent-documentation/-/blob/v0.1.0/resources/BPNodes/index.md) > ExistentPawn

## ExistentPawn

### Class Details

**Defined in:** Public/Actors/ExistentPawn.h

**Hierarchy:** *Object > Actor > Pawn > ExistentPawn*

Represents a pawn in the Existent system, capable of interacting with Existent Spaces.

### Properties

|                  |              |   |
| ---------------- | ------------ | - |
| AExistentSpace\* | CurrentSpace |   |

### Nodes

|                                                                                                                                                                              |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Assign On Current Space Changed](/documentation/resources/existent-api/index/existentpawn/adddelegate_bind_event_to_on_current_space_changed.md)                            |
| [Bind Event to On Current Space Changed](/documentation/resources/existent-api/index/existentpawn/adddelegate_bind_event_to_on_current_space_changed.md)                     |
| [Get Current Space](/documentation/resources/existent-api/index/existentpawn/getcurrentspace.md)                                                                             |
| [Get Space Transform](/documentation/resources/existent-api/index/existentpawn/getspacetransform.md)                                                                         |
| [Is AReplicated Client](/documentation/resources/existent-api/index/existentpawn/isareplicatedclient.md)                                                                     |
| [Set Current Space](/documentation/resources/existent-api/index/existentpawn/setcurrentspace.md)                                                                             |
| [Unbind Event from On Current Space Changed](/documentation/resources/existent-api/index/existentpawn/oncurrentspacechanged.md)                                              |
| [Unbind all Events from On Current Space Changed](/documentation/resources/existent-api/index/existentpawn/cleardelegate_unbind_all_events_from_on_current_space_changed.md) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.existent.com/documentation/resources/existent-api/index/existentpawn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
