![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IESLoader.h>
Public Member Functions | |
| FIESLoader (const uint8 *Buffer, uint32 BufferLength) | |
| float | ExtractInRGBA16F (TArray< uint8 > &OutData) |
| bool | IsValid () const |
| uint32 | GetWidth () const |
| uint32 | GetHeight () const |
| float | GetBrightness () const |
| const TCHAR * | GetError () const |
To load the IES file image format. IES files exist for many real world lights. The file stores how much light is emitted in a specific direction. The data is usually measured but tools to paint IES files exist.
is loading the file, can take some time, success can be checked with IsValid()
| float FIESLoader::GetBrightness | ( | ) | const |
|
inline |
| uint32 FIESLoader::GetHeight | ( | ) | const |
| uint32 FIESLoader::GetWidth | ( | ) | const |
| bool FIESLoader::IsValid | ( | ) | const |