Trouble initializing UCLASS with class member in default constructor.

The only solutions I can think of are the two I gave in my previous post. Either keep doing what you’re already doing or add a default constructor. Since you’re dealing with a template and it can’t be a UPROPERTY you have slightly more flexibility than you might otherwise.

1 Like