Can you post the callstack that you receive when the editor crashes? Also, where in your code is the snippet that you posted? If it’s not in your constructor, that would cause a crash as ConstructorHelpers can only be used in the constructor.
I’d guess you’re trying to access ConstructorHelper in a non-constructor function? In that case, you can use StaticLoadObject to find your material instead.