I need to add a map to a DirectorBlueprint (String, String).
Ways to replicate:
- Go to Level Sequence
- Add TriggerEvent
- Create an Endpoint to that SequenceEvent
- Add a (String, String) input map to the SequenceEvent
- Compile
This will give the error, without the need of wiring.
I saw that people use the workaround with changing the variable/map value type to integer or something else. However, this does not solve the problem.