Unreal Engine
Starting a New Project
Notes
Resources
User Interface & Importing
Notes
To navigate:
Click and hold your r
ight mouse buttonto move the camera.Use the
scroll wheelto zoom.Use the
[W] [A] [S] [D] keysto move around the scene.We recommend a
camera speedof 5.
FBX Import Options:
Deselect
auto generate collisions.Untick
Generate Lightmap UV's.Make sure the Import Uniform Scale is set to
1.Untick
Import MaterialsandImport Textures.
Resources
Placing Objects
Notes
Transform tools; found in the top right hand corner of the viewport.
Move
[E]Rotate
[R]Scale
[W]Whether the Gizmo is Object or World-based
Grid Snapping On/Off and Grid Sizing
Rotation Snapping On/Off and Rotational increments.
Scale Snapping On/Off and Scale increments.
Starter Content Materials
Notes
To apply a material to an object simply drag the material from the content browser onto the object.
Resources
Creating Basic Materials
Notes
Adjust UVWs on the
texture coordinate nodewith U and V tiling. The smaller the number, the larger the tiles. The larger the number, the smaller the tiles.
Resources
Creating Materials from Textures
Notes
Opacity channel controls the translucency of the material.
0 = Transparent1 = Opaque
Resources
Lighting & Lighting Builds
Notes
You can also adjust the direction of the light by using the transformation tools.
There are two main lights; a
spot lightand apoint light.The third is a;
Directional Sky-LightAKA. SunLike the other lights, this can be adjusted using the rotation tool. This will change the angle of the sun.
The directional light is also connected to the
skyspherethat creates the sky. In the world outliner, it is calledSkySphereBlueprint.Every time you move the directional light you need to refresh to sky sphere.
You can build the lighting separately by clicking the
[dropdown arrow]on the build button and selection[build lighting only].The
mediumquality setting should suffice for most uses.
You can still work while your lighting is building.
Resources
VR Camera & Navigation
Notes
Enable collisions on the floor by adding a
box simplified collisionto thestatic mesh.Drag and Drop the
HTC Vive Camerainto the sceneFound in the
[Virtual Reality Blueprint > Blueprints > Motion Controller Pawn].
Change the camera to
Auto Possess Player 0.Correct your
Nav Mesh Boundswith a manual scale operation.VR Previewwill work only if your headset is connected.
Packaging the Project
Notes
Script
Escapekey as quit function.Adjusting the project settings;
Always provide an appropriate Project Name.
Make sure
start in VRis ticked.Make sure
game default mapis correct.Make sure
Windowsis a supported platform.
Package
File > Package Project > Windowsand thenWindows 64bit.This can take some time.
To transfer your application to a new computer copy the entire folder named WindowsNoEditor.
Resources
Last updated
Was this helpful?