If you are creating your own custom Component, you can do this from within the function UActorComponent::PostInitProperties()
From there you call a BlueprintImplementableEvent that could act just like a Construction Script to initialize blueprint graph stuff.