- Open the editor
- Create a new actor blueprint
- Name it "ParentTest"
- Create a new actor blueprint
- Name it "ChildTest"
- Open "ParentTest"
- Add a child actor component
- Set the Child actor component's Child actor class to "ChildTest"
- Take note that the Child actor template properties are available
- Copy and past (Ctrl+C, Ctrl+V) the child actor component
- Notice that the second child actor component no longer shows the Child actor Template properties
Expected: The Child actor template properties would be available for the second child actor
Result: The Child actor template properties are no longer available for a child actor component if the child actor was copy and pasted