For example:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Instanced)
class UCategory* Accessories;
What role is played by Instanced ?
For example:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Instanced)
class UCategory* Accessories;
What role is played by Instanced ?
Hello! You can check the main idea from this UE4Cookery CPP006: Instanced UProps
Thank you so Informative )