Skip to content

CraftedCart/BlueprintRotationLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueprintRotationLibrary

A collection of blueprint nodes to work with Quaternions within Unreal Engine's Blueprint scripting

Blueprint nodes

Just copy-n-paste the .cpp and .h files somewhere into your project's source, and be sure to replace PROJECTNAME_API with your own _API macro in BlueprintRotationLibrary.h, line 8.

I don't care what you do with this, I put this into the public domain. It's mostly just wrappers around FQuat functions anyway. <3

This project lives on GitLab (https://gitlab.com/CraftedCart/BlueprintRotationLibrary), however changes are synced over to GitHub (https://github.com/CraftedCart/BlueprintRotationLibrary)

About

UE4 blueprint nodes to work with Quaternions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages