Attach Component to Component when they are already attached

Hi!

If the Motion Controller Aim is already the parent of the Widget Interaction Component. What happens when I do this? Nothing?

Thanks!

Can I ask why you are doing this when you have it attached already?

		if (bSameAttachParentAndSocket && LastAttachIndex != INDEX_NONE)
		{
			// already attached!
			return true;
		}

It will do nothing :slight_smile:

2 Likes

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