I'm trying to use the action "Set portrait border texture". The 2 inputs for this action is a portrait that it will manipulate and the texture for the border. So, i referenced a portrait i make earlier via a variable. The second input, the texture, I reference a border-type image from the dropdown list I get when I click on the variable field (for reference: Assets\Textures\ui_ingame_leaderboard_header.dds). But, when I run the game and it gets to this point, I get this error: "Attempting to set a property type 'String', which is not the right type. ? Near line 1353 of functionname..." by looking at the script view I know that this line is causing the issue, but I don't know the workaround. anyone else get this before?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello all,
I'm trying to use the action "Set portrait border texture". The 2 inputs for this action is a portrait that it will manipulate and the texture for the border. So, i referenced a portrait i make earlier via a variable. The second input, the texture, I reference a border-type image from the dropdown list I get when I click on the variable field (for reference: Assets\Textures\ui_ingame_leaderboard_header.dds). But, when I run the game and it gets to this point, I get this error: "Attempting to set a property type 'String', which is not the right type. ? Near line 1353 of functionname..." by looking at the script view I know that this line is causing the issue, but I don't know the workaround. anyone else get this before?