blueprint

Start of the Knock Knock Joke Pattern

  • Exposure: public
  • UE Version: 5.2

gpinstructor

October 10, 2023, 5:12 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • gpinstructor

    October 10, 2023, 5:12 pm

    ICA

    Do and Due today.

    Hello World using Blueprints.

    NEW Project. THIRD PERSON. Scalable With Starter content.

    Open Level Blueprint

    Add a new variable ( use the + sign)

    Call it Message.

    COMPILE THE BLUEPRINT

    Set the value

    Once upon a time <br> There were three little programmers <br> The first programmer built their program out of literals.

    Once you have the compiled value, Click on and drag the name MESSAGE from the left onto the slate editor and let go of the mouse.

    choose Get Message

    Wire that into the graph.

    Compile it and run it.

    Using the world outliner, search for the TEXT

    POSITION or move the TExt render actor so it is in front of the player start.

    Add a reference to the Text render actor by Click to select, HOLD and DRAG onto the level blueprint

    DRAG out from the Pin and select Set text (Text Render)

    Wire the nodes as follows.

    Set up a variable called MESSCOLOR Of type color

    Wire in the node from your color variable to the set color.