FIESConverter

To load the IES file image format.

Windows
MacOS
Linux

References

Module

IESFile

Header

/Engine/Source/Runtime/IESFile/Public/IESConverter.h

Include

#include "IESConverter.h"

Syntax

class FIESConverter

Remarks

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.

Constructors

Name Description

Public function

FIESConverter

(
    const uint8* Buffer,
    uint32 BufferLength
)

Is loading the file, can take some time, success can be checked with IsValid()

Functions

Name Description

Public function Const

float

 

GetBrightness()

Public function Const

const TCHAR ...

 

GetError()

Public function Const

uint32

 

GetHeight()

Public function Const

float

 

GetMultiplier()

Public function Const

const TArray...

 

GetRawData()

Public function Const

uint32

 

GetWidth()

Public function Const

bool

 

IsValid()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss