UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ReflectionCaptureProxy.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Math/DoubleFloat.h"
7
9class FTexture;
11
13
16{
17 enum Type
18 {
22 Num
23 };
24}
25
27
71
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition RHICommandList.h:455
Definition ReflectionCaptureProxy.h:31
const class UReflectionCaptureComponent * Component
Definition ReflectionCaptureProxy.h:33
float Brightness
Definition ReflectionCaptureProxy.h:47
float InfluenceRadius
Definition ReflectionCaptureProxy.h:46
EReflectionCaptureShape::Type Shape
Definition ReflectionCaptureProxy.h:42
ENGINE_API void SetTransform(const FMatrix &InTransform)
Definition ReflectionCaptureComponent.cpp:1290
int32 SortedCaptureIndex
Definition ReflectionCaptureProxy.h:50
FVector3f BoxScales
Definition ReflectionCaptureProxy.h:54
FPlane4f LocalReflectionPlane
Definition ReflectionCaptureProxy.h:58
FVector3f CaptureOffset
Definition ReflectionCaptureProxy.h:49
int32 PackedIndex
Definition ReflectionCaptureProxy.h:35
float BoxTransitionDistance
Definition ReflectionCaptureProxy.h:55
FTexture * EncodedHDRCubemap
Definition ReflectionCaptureProxy.h:39
TUniformBufferRef< FMobileReflectionCaptureShaderParameters > MobileUniformBuffer
Definition ReflectionCaptureProxy.h:38
FMatrix44f BoxTransform
Definition ReflectionCaptureProxy.h:53
FVector4 ReflectionXAxisAndYScale
Definition ReflectionCaptureProxy.h:59
bool bUsingPreviewCaptureData
Definition ReflectionCaptureProxy.h:61
float EncodedHDRAverageBrightness
Definition ReflectionCaptureProxy.h:40
FDFVector3 Position
Definition ReflectionCaptureProxy.h:45
uint32 Guid
Definition ReflectionCaptureProxy.h:48
ENGINE_API void UpdateMobileUniformBuffer()
Definition ReflectionCaptureComponent.cpp:1311
Definition RenderResource.h:354
Definition ShaderParameterMacros.h:136
Definition ReflectionCaptureComponent.h:30
Definition ReflectionCaptureProxy.h:16
Type
Definition ReflectionCaptureProxy.h:18
@ Sphere
Definition ReflectionCaptureProxy.h:19
@ Num
Definition ReflectionCaptureProxy.h:22
@ Box
Definition ReflectionCaptureProxy.h:20
@ Plane
Definition ReflectionCaptureProxy.h:21
Definition DoubleFloat.h:75