As you said, I have created a Parent class as Actor and listed out the components as Chair1-8. Then I created an Enum Blueprint and added all the Chair entries and called that type as a variable in Actor class Blueprint. Then I created a c++ Actor class and created a method PostInitializeComponents. But as I am new to write C++ in Unreal 4, I am facing some problems to complete the code. I am just trying it…