Skip to content

Instantly share code, notes, and snippets.

@sephirot47
Last active August 29, 2015 14:23
Show Gist options
  • Save sephirot47/fb7d35c53d445a0a3bad to your computer and use it in GitHub Desktop.
Save sephirot47/fb7d35c53d445a0a3bad to your computer and use it in GitHub Desktop.
UE4 Bind Action
character->InputComponent->BindAction("Jump", IE_Pressed, this, &AMyCharacter::HandleJump);
character->InputComponent->BindAction("Jump", IE_Released, this, &AMyCharacter::HandleJump);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment