Construction Script for Actor Components

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.

3 Likes