Also had the same error. Was calling the function in the constructor of MyCharacter which caused it to crash. Moved the function call to BeginPlay, it worked fine after that.
Also had the same error. Was calling the function in the constructor of MyCharacter which caused it to crash. Moved the function call to BeginPlay, it worked fine after that.