Terminology, Features, and Things I Was Confused About With Unreal Engine
Here’s ones that threw me off:
Cascade Vs. Particle Editor
Persona Vs Skeletal Animation Editor
Matinee Vs. Animation Editor/Animation Track Editor
Landscape vs Terrain (When tools for both existed which was newer and why Landscape was working and Terrain wasn’t when everyone mentioned Terrain creation and most Terrain creation tools call it a Terrain and not a Landscape and landscaping people think of when they mow the lawn more so.)
Blackboard Vs. AI Logic Script (The terminology of single AI pawn with Follower Blackboard with Behavior Trees, Blackboard Asset, and the works.)
Behavior Trees Vs. AI Logic Blocks/AI Logic Conditions/AI Decision Blocks (When I think of Behavior I think of the actions with attitude.)
Blueprint Vs. Visual Code Schematic/Visual Script Schematic/Visual Scripted Object
Authority Vs Server (When the reference is to a Client and Server relationship even though the Server is being defined as Authoritive.)
Actor, Pawn, Controller (The seperation of which when normally the 2 Pawn and Controller would be combined and contain much of the functionality and can be posessed via basic core logic.)
Locomotion Definition (Which handles the animation logic in motion but also represents the animation event drive from sequence, when the drivable animation sequence can be relative to the resounding function of the animation itself, when in other terms it can be used to represent the function of driving Physics often with gravity forces applied, for instance to keep ones feet grounded and ground level that is adaptable with using IK.)
And I was confused on the acceptable input value range at first when it came to the unit declarations and what value types were actually excepted for the input text fields, confusion was first caused when I found the acceptable input values in various fields amongst the different tools varied in which not all values would work in one field as for another when they featured the same required input types, in which should have been for instance double precision variables.
It was like you know (4 + 4) = 8 and the input for one field accepted an answer of 8 while the second field only accepted 7 as the value, thus, making the result inconsistent.
I could think of some other’s, but for now is good enough.