How can I script in UE VR project?


Uploading: 2.png…

I am a newcomer for UE, these days I want script something for UE VR,but I cannot access to c++ files.How to achieve my target?

Just add a new C++ class from: Tools → New C++ Class, and it should set up everything for you.

1 Like

Sorry not give you a quick reply.I have create a script by your mean,but I cannot see it in content.Where I can browse it in UE editor?

The C++ Classes category only shows classes that are accessible from the editor, eg. actors and components. It will be hidden if you don’t have any. Other classes have to be accessed from Visual Studio.

Okay,now it appears,thank you for helping me!!!