Ue4 crashes when i play my level :(

AttachToComponent ← thats causing the crash… you using that in constructor… do you know what is constructor right? :slight_smile:

ClassName::ClassName()
{
          //// more code
          // Possibly attachtocomponent here somewhere

}

you should use SetupAttachment() instead of AttachToComponent