Create/convert from Actor blueprint class to Actor Component blueprint class

Hi,
I have an Actor blueprint class with many functions, macros and variables.
Is it a way to convert it to Actor Component blueprint class (as I neeed only the logic from Actor blueprint)?
I can’t remove DefaultSceneRoot and can’t just change the Parent Class in Class Settings from Actor to Actor Component.

Thanks.

You can drop an actor blueprint directly into another actor blueprint, just by using the child actor component

image

If you just want to carry over functionality into another blueprint, then you can use actor components or inheritance

Thank you, yes, it’s an option. My idea was to convert from Actor BP to pure Actor Component BP or to transfer all logic from the first to the second. Seems, it’s not possible…

1 Like

No, you can’t have all logic in a component, for instance timelines.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.