GithubHelp home page GithubHelp logo

buildingblocks_part5's Introduction

Getting into Unreal with C++ Part 5

This repository supports the YouTube video Getting into Unreal with C++ Part 5.

That video is part 5 in a series aimed at giving people who want to use C++ with the Unreal Engine a helping hand to get started. In this part, we add to the project, customising the player character class, adding properties, and using delegates to allow other code to be notifies when the values are updated.

buildingblocks_part5's People

Contributors

ysgrathe avatar

Stargazers

 avatar Hashim Sayed avatar

Watchers

 avatar

Forkers

gacwr

buildingblocks_part5's Issues

Dynamic Delegates not working

I downloaded this example and tried to make my own but failed to do so.

The downloaded version works fine but the one I made does not; it only has errors at the delegates with everything else working. I found something similar where the solution was to declare the dynamics delegates before non-dynamic delegates. I found that declaring non-dynamic delegates works.
All my failed attempts:

  1. Copying sections of code over.
  2. Retyping the declarations.
  3. Copying the whole file's code over and renaming everything.
  4. Copying over the whole source folder and renaming everything.
    With all these the only errors that came up where the delegates.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.