![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ReflectionCaptureProxy.h>
Public Member Functions | |
| ENGINE_API | FReflectionCaptureProxy (const class UReflectionCaptureComponent *InComponent) |
| ENGINE_API void | SetTransform (const FMatrix &InTransform) |
| ENGINE_API void | UpdateMobileUniformBuffer (FRHICommandListBase &RHICmdList) |
| ENGINE_API void | UpdateMobileUniformBuffer () |
Represents a reflection capture to the renderer.
| FReflectionCaptureProxy::FReflectionCaptureProxy | ( | const class UReflectionCaptureComponent * | InComponent | ) |
| void FReflectionCaptureProxy::UpdateMobileUniformBuffer | ( | ) |
| void FReflectionCaptureProxy::UpdateMobileUniformBuffer | ( | FRHICommandListBase & | RHICmdList | ) |
| FVector3f FReflectionCaptureProxy::BoxScales |
| FMatrix44f FReflectionCaptureProxy::BoxTransform |
| float FReflectionCaptureProxy::BoxTransitionDistance |
| float FReflectionCaptureProxy::Brightness |
| bool FReflectionCaptureProxy::bUsingPreviewCaptureData |
| FVector3f FReflectionCaptureProxy::CaptureOffset |
| const class UReflectionCaptureComponent* FReflectionCaptureProxy::Component |
| float FReflectionCaptureProxy::EncodedHDRAverageBrightness |
| FTexture* FReflectionCaptureProxy::EncodedHDRCubemap |
| uint32 FReflectionCaptureProxy::Guid |
| float FReflectionCaptureProxy::InfluenceRadius |
| FPlane4f FReflectionCaptureProxy::LocalReflectionPlane |
| TUniformBufferRef<FMobileReflectionCaptureShaderParameters> FReflectionCaptureProxy::MobileUniformBuffer |
Used with mobile renderer
| int32 FReflectionCaptureProxy::PackedIndex |
| FDFVector3 FReflectionCaptureProxy::Position |
| FVector4 FReflectionCaptureProxy::ReflectionXAxisAndYScale |
| EReflectionCaptureShape::Type FReflectionCaptureProxy::Shape |
| int32 FReflectionCaptureProxy::SortedCaptureIndex |