Currently it is only possible to copy settings of individual categories, it would be useful to be able to copy all settings, for example, for devices for bug reports, troubleshooting etc
@latundaPC Thank you for your feedback. While I cannot guarantee a response, I can confirm that this has been forwarded to the appropriate team.
Actually you can copy the actor from the outliner, it will be something you can paste over between projects for example
The idea it to get something like this, only for all device settings not just one category, so that I can share my device settings with you without having to share my projects / screenshots
{
"Tagged": [
[
"GenerateStormOnGameStart",
"False"
],
[
"InitialRadius",
"0.000000"
],
[
"FinalRadius",
"0.000000"
],
[
"Damage Level",
"NewEnumerator0"
],
[
"WaitTime",
"5.000000"
],
[
"Resize Time",
"30.000000"
],
[
"DelayTime",
"0.000000"
],
[
"FinishBehavior",
"NewEnumerator0"
],
[
"Destruction Delay",
"0.000000"
],
[
"MoveDelayTime",
"0.000000"
],
[
"MoveDirection",
"NewEnumerator0"
],
[
"Minimum Move Distance",
"0.000000"
],
[
"Maximum Move Distance",
"0.000000"
],
[
"MoveTime",
"30.000000"
],
[
"bStormSickness",
"False"
]
]
}
Well, as I said, you can select an Actor
press CTRL+C and open notepad and press CTRL+V. It will certainly not be as well formatted as your message but it’s still readable (and sharable)
If you were to follow your advice and check the copied text, you would see, that the result is hard to use: it is not meant for people to read / share to help configure similar behaviours, it is hard to locate the device settings and their values. Same property can be repeated in this huge document.
My request is to make a time-consuming operation quick and painless. All will benefit from it including the support team and devs, because some behaviours are only reproducible with certain settings combinations.