Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetMathLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
Include | #include "Kismet/KismetMathLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static void LinearColor_SetFromPow22
&40;
FLinearColor & InOutColor,
const FColor & InColor
&41;
Remarks
Assigns an FColor coming from an observed Pow(1/2.2) output, into a linear color.
Parameters
Name | Description |
---|---|
InColor | The Pow(1/2.2) color that needs to be converted into linear space. |