Skip to content

0x779/ue4-bp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Unreal Engine 4 Blueprint utilities

These are some Blueprint utilities that I've used over the years. I'm releasing them in the hopes that they'll help you in your game making. Some are working fine, some need a little tinkering.

I'll add more as time passes.

Color

Hex to RGB

This converts hex color codes (with or without the pound) to a linear color structure.

Kelvin to RGB

This converts temperature units (Kelvin) to a linear color structure.

Photometry

B-V to Kelvin

This converts the star color index to Kelvin (which then can be used to be converted to a linear color structure with KelvinToRGB (works good enough, but needs to be thoroughly tested).

Astronomy

RADEC to cartesian

This converts right ascension and declination to a vector (right-hand).

About

Blueprint utilities for Unreal Engine 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published