Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 952 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 952 Bytes

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).