What is the name for the sign that looks like this: I=

Yeah, being a bit of a noob means following tutorials, which is a bit hard when they don’t even tell you what the sign is called. I’m trying to put it in a state machine rule if you were wondering but I just needed a bit of help :confused:

The tutorial I’m following: https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/CharacterMovement/Blueprints/AnimBlueprint_Walk/index.html

(Which for an official tutorial I felt it was kind of lacking in terms of actually telling you what to do, instead of saying recreate the graph shown below…)

Thanks!

The reason you can’t find it is that the symbol is actually != and it means “Not Equal”.

Thanks, I thought it might of been but wasn’t sure.

! symbol means NOT used for bool checks in a comparison