> For the complete documentation index, see [llms.txt](https://unreal-devop.gitbook.io/gasp-dynamicadditiveoverlay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unreal-devop.gitbook.io/gasp-dynamicadditiveoverlay/basics/gasp-dao-v1.34/editor-1/editor-3/primary-data-asset-creation.md).

# Primary Data Asset Creation

First we will create the Primary Data Assets that will be used for loading the Data for our Characters during Run-Time.\
\
![](/files/1neoaNp9CHTS0MMP8F3e)\
\
I will place mine in a Sub-Folder under ActionData.\
\
![](/files/JB2N6VKusskMrGO6eGxz)\
\
Right click again and create another Data Asset.\
\
![](/files/9hFYCCHJRIRvhsnzEo8l)\
\
Create a PDA\_HeldObjectSettings asset; This will Store all the Settings and make them a bit easier to get too.

Create a PDA\_HeldObjectOffset asset; This will be used to adjust the how the weapon is held in the hand.\
\
Create 2 PDA\_LiveRetargeting asset; These will allow us to adjust the aiming and hand placement of the character for that specific weapon.\
\
![](/files/Y3VvsEKGsznSLv8VD7mn)\
\
You may choose to follow my naming convention if you wish.\
HOD = HeldObjectDefinition = PDA\_HeldObjectOffset\
HOS = HeldObjectSettings = PDA\_HeldObjectSettings\
LR = LiveRetargeting = PDA\_LiveRetargeting\
\
![](/files/asKeHAsy8EU7S3LEnn3Y)\
\
Open the PDA\_HeldObjectSettings File and Assign them Appropriately.\
For the Live RetargetSettings, the Elements will already be setup with the Required Gameplay Tags.\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://unreal-devop.gitbook.io/gasp-dynamicadditiveoverlay/basics/gasp-dao-v1.34/editor-1/editor-3/primary-data-asset-creation.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.
