UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ReflectionCaptureComponent.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Misc/Guid.h"
#include "Misc/CoreStats.h"
#include "Templates/RefCounting.h"
#include "Components/SceneComponent.h"
#include "RenderCommandFence.h"
#include "ReflectionCaptureComponent.generated.h"

Go to the source code of this file.

Classes

class  UReflectionCaptureComponent
 

Enumerations

enum class  EReflectionSourceType : uint8 { CapturedScene , SpecifiedCubemap }
 

Functions

ENGINE_API void GenerateEncodedHDRData (const TArray< uint8 > &FullHDRData, int32 CubemapSize, TArray< uint8 > &OutEncodedHDRData)
 

Enumeration Type Documentation

◆ EReflectionSourceType

Enumerator
CapturedScene 

Construct the reflection source from the captured scene

SpecifiedCubemap 

Construct the reflection source from the specified cubemap.

Function Documentation

◆ GenerateEncodedHDRData()

ENGINE_API void GenerateEncodedHDRData ( const TArray< uint8 > &  FullHDRData,
int32  CubemapSize,
TArray< uint8 > &  OutEncodedHDRData 
)
extern