Inherited component details not showing in blueprint?

I found that often occurs when not using the proper actor constructor and not using Object Initializer to create components. If the components were added/changed after the fact, then refreshing the blueprint brings them back. Looks like some UPROPERTY meta gets baked into the BP somehow.



AActor(const FObjectInitializer& OI);


1 Like