# Actor Data

Reality Actor Data is the basic class for spawning actors in sandbox mode.

It stores the properties necessary for proper operation and the functions for spawning.

NOTE: It is recommended to use the spawn functions of the data asset instead of doing it manually, because the data asset's parameters are applied during spawning. You can also do it yourself, but you must remember to apply the data asset you are using.

## Native Property ( Required )

* PreviewMesh ( StaticMesh )
* Bound ( SphereBoxBound )

## Native Function :&#x20;

* SpawnSyncActor
* SpawnAsyncActor
* ApplyDataToActor ( Via Interface )


---

# 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://beyond-sandbox.gitbook.io/realitysdk/documentation/reality-asset-data/native-data-class/actor-data.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.
