• intermediate

    Pickup, Rotate, and Throw Object Like Gone Home

    24 March, 2018

    In this tutorial we'll learn how to pickup and inspect an object similar to Gone Home.

    Harrison McGuireHarrison McGuire
  • intermediate

    Open Door With Timeline and Curve Float

    20 February, 2018

    In this tutorial we'll learn how to open a door using a timeline and a curve float.

    Harrison McGuireHarrison McGuire
  • intermediate

    Open Door With Lerp and Overlap

    10 February, 2018

    In this tutorial we'll learn how to open a door using the lerp function and overlap events.

    Harrison McGuireHarrison McGuire
  • intermediate

    Open Swing Door

    27 January, 2018

    In this tutorial we'll learn how to open a door depending on which way the player is facing when a user presses an action key.

    Harrison McGuireHarrison McGuire
  • intermediate

    Add Force to Mesh

    14 January, 2018

    In this tutorial we'll add force to actors and static meshes each time we fire the gun.

    Harrison McGuireHarrison McGuire
  • intermediate

    Line Trace on Fire

    14 January, 2018

    In this tutorial we will shoot a line trace every time we fire the gun.

    Harrison McGuireHarrison McGuire
  • intermediate

    Line Trace on Tick

    03 December, 2017

    In this tutorial we will shoot a line trace every frame and return the hit result.

    Harrison McGuireHarrison McGuire
  • intermediate

    Colliding Pawn UE4 Tutorial

    03 December, 2017

    How to do the Components and Collision tutorial in the UE4 documentation.

    Harrison McGuireHarrison McGuire
  • intermediate

    Receive Player Input

    03 December, 2017

    Learn how to add input to a pawn and move it around the scene.

    Harrison McGuireHarrison McGuire
  • intermediate

    Unreal Engine 4 Camera Director Tutorial

    02 December, 2017

    This is a walkthrough on how to complete Epic's Game-Controlled Cameras Tutorial

    Harrison McGuireHarrison McGuire
  • intermediate

    Floating Actor

    02 December, 2017

    How to make an actor float up and down. This is good for floating platforms or things that need to bob up and down.

    Harrison McGuireHarrison McGuire
  • intermediate

    Light Switch on Button Press

    02 December, 2017

    How to toggle a light switch when you press a button or a key.

    Harrison McGuireHarrison McGuire
  • intermediate

    Add Radial Impulse to Actor

    01 December, 2017

    Add impulse force to all actors that are within the set bounds.

    Harrison McGuireHarrison McGuire
  • intermediate

    Actor Line Trace

    01 December, 2017

    How to draw a line trace from an actor

    Harrison McGuireHarrison McGuire