I have a height value from zero to the max unsigned int value. I need to convert this to an FColor. I looked around and found that I should perhaps bit shift the different channels ARGB into their byte quadrants but I was curious if there is a method for this or something similar already in UE4?
What is the difference between FColor and FLinearColor?