From my limited understanding of very sparse documentation, FComponentInstanceDataCache can be used to initialize Actor Components when passed in AActor::FinishSpawning()
If it is possible to use it to initialize the components, how could I do that? I can’t really find any info on it