is there any way to check ue4’s implementation of copy constructors and assignment operators? Also, how do i eliminate the error of the inaccessibility of class members. I am creating an object of class UCGenome in another class UCSpecies. But this object is unable to access its own members. Even though I have declared the constructors and assignment operators in ■■■■■ scope, it considers it to be a private member.