problem creating component of type UWidgetInteractionComponent

@Denisbaic don’t forget to include in your <ProjectName>.Build.cs:


PublicDependencyModuleNames.AddRange(new string] {** "UMG"**, ... };

References > Module:

https://docs.unrealengine.com/en-US/…ent/index.html

*Thank you for posting your code!