Here is the code write in my custom character header file:
UPROPERTY(EditDefaultsOnly, Instanced)
UActorComponent* TestComponent;
I can edit it and I can use this component too. But when I reopen editor, I get this:
Who know what’s the problem is?