<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://pavlovwiki.com/index.php?action=history&amp;feed=atom&amp;title=Changing_the_character_model</id>
	<title>Changing the character model - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://pavlovwiki.com/index.php?action=history&amp;feed=atom&amp;title=Changing_the_character_model"/>
	<link rel="alternate" type="text/html" href="http://pavlovwiki.com/index.php?title=Changing_the_character_model&amp;action=history"/>
	<updated>2026-04-29T07:13:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://pavlovwiki.com/index.php?title=Changing_the_character_model&amp;diff=89&amp;oldid=prev</id>
		<title>MessiahPenguin: Created page with &quot;== Intro ==   Make sure you are targeting the UE4 Skeleton. Here is a tutorial on how to use the retarget manager to retarget the skeleton  Quick video tutorial this guide was created from can be found here: [https://streamable.com/yqh0av]   == Instructions ==   1. Make a player proxy. Right-click in the content browser and choose blueprint class   2. Expand all classes at the bottom   3. Create a Pavlov_playerproxy (find in search)   File:Customchar1.png    4. Open...&quot;</title>
		<link rel="alternate" type="text/html" href="http://pavlovwiki.com/index.php?title=Changing_the_character_model&amp;diff=89&amp;oldid=prev"/>
		<updated>2023-02-23T20:43:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Intro ==   Make sure you are targeting the UE4 Skeleton. Here is a tutorial on how to use the retarget manager to retarget the skeleton  Quick video tutorial this guide was created from can be found here: [https://streamable.com/yqh0av]   == Instructions ==   1. Make a player proxy. Right-click in the content browser and choose blueprint class   2. Expand all classes at the bottom   3. Create a Pavlov_playerproxy (find in search)   &lt;a href=&quot;/index.php/File:Customchar1.png&quot; title=&quot;File:Customchar1.png&quot;&gt;File:Customchar1.png&lt;/a&gt;    4. Open...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Intro == &lt;br /&gt;
&lt;br /&gt;
Make sure you are targeting the UE4 Skeleton. Here is a tutorial on how to use the retarget manager to retarget the skeleton&lt;br /&gt;
&lt;br /&gt;
Quick video tutorial this guide was created from can be found here: [https://streamable.com/yqh0av]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Instructions == &lt;br /&gt;
&lt;br /&gt;
1. Make a player proxy. Right-click in the content browser and choose blueprint class&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Expand all classes at the bottom&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Create a Pavlov_playerproxy (find in search)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Open the blueprint and right-click inside the event graph&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. You will find a function to set the player skin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. You will see in the screenshot below that the skin name defaults to none.  This will need to be set and have a skin or character input... Also, you will see in the upper right an indicator that it needs to run on a server and has authority.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. In the content browser go into the CustomMapTools Content folder and the Examples folder inside that. You will see a PlayerSkinTable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Inside that you will find a default mannequin called SK_Mannequin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9. Click on the magnifying glass and it will take you to the content browser path: CustomMapTools Content &amp;gt; Mannequin &amp;gt; Mesh &amp;gt; SK_Mannequin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is what we are going to have all of your skeletons target if you are going to be adding new skeletons&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
10. Go back to your PlayerSkinTable and copy it and drop it somewhere into your UGC folder and open it up and click on the plus sign to add new row to the data table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
11. Pay attention to this screenshot below you are going to select your skeletal mesh here and give it a name in the row name. This is where you are going to create a table of all your skins&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
12. Go back to your set player skin blueprint function and set it to the new skin name you just created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. Break off event begin play  &amp;gt; add switch has authority &amp;gt; add delay node and give 1 second &amp;gt; connect to set player skin and compile&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar9.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
14. Grab a PavlovGameLogic_Example from the blueprints examples in CustomMapTools Content folder and drop it in your UGC and open it up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar10.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
15. In the event graph, you will see a global info class dropdown. No matter if you set one or not it is going to spawn so it’s highly recommended that you set one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Customchar11.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
16. Go inside the CMP_GlobalInfoExample (hit magnifying glass), view the class defaults tab near the top and you will see a player skin table. Make sure the Player Skin Table you are using is the one that contains the table of all your custom player skins.&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[File:Customchar12.png]]&lt;/div&gt;</summary>
		<author><name>MessiahPenguin</name></author>
	</entry>
</feed>