There is no parameter in detail pane of my component!

That’s because there won’t ever be any parameters on DEFAULT subobjects. The idea is that you should initialize these in code, and expose any parameters you may need through the actor class itself. You can then use the exposed parameters to modify your components in BeginPlay.