FHDRLoadHelper

[http://radsite.lbl.gov/radiance/refer/Notes/picture_format.html](http://radsite.lbl.gov/radiance/refer/Notes/picture_format.html)[http://paulbourke.net/dataformats/pic/](http://paulbourke.net/dataformats/pic/) To load the HDR file image format.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/HDRLoader.h

Include

#include "HDRLoader.h"

Syntax

class FHDRLoadHelper

Remarks

http://radsite.lbl.gov/radiance/refer/Notes/picture_format.htmlhttp://paulbourke.net/dataformats/pic/ To load the HDR file image format. Does not support all possible types HDR formats (e.g. xyze is not supported)

Constructors

Name Description

Public function

FHDRLoadHelper

(
    const uint8* Buffer,
    uint32 BufferLength
)

Functions

Name Description

Public function Const

void

 

ExtractDDSInRGBE

(
    TArray< uint8 >& OutDDSFile
)

Public function Const

uint32

 

GetHeight()

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