Navigation
API > API/Runtime > API/Runtime/Engine
Represents a reflection capture to the renderer.
| Name | FReflectionCaptureProxy |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneProxies/ReflectionCaptureProxy.h |
| Include Path | #include "SceneProxies/ReflectionCaptureProxy.h" |
Syntax
class FReflectionCaptureProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReflectionCaptureProxy
(
const UReflectionCaptureComponent* InComponent |
SceneProxies/ReflectionCaptureProxy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoxScales | FVector3f | SceneProxies/ReflectionCaptureProxy.h | ||
| BoxTransform | FMatrix44f | Box properties. | SceneProxies/ReflectionCaptureProxy.h | |
| BoxTransitionDistance | float | SceneProxies/ReflectionCaptureProxy.h | ||
| Brightness | float | SceneProxies/ReflectionCaptureProxy.h | ||
| bUsingPreviewCaptureData | bool | SceneProxies/ReflectionCaptureProxy.h | ||
| CaptureOffset | FVector3f | SceneProxies/ReflectionCaptureProxy.h | ||
| Component | const UReflectionCaptureComponent * | SceneProxies/ReflectionCaptureProxy.h | ||
| EncodedHDRAverageBrightness | float | SceneProxies/ReflectionCaptureProxy.h | ||
| EncodedHDRCubemap | FTexture * | SceneProxies/ReflectionCaptureProxy.h | ||
| Guid | uint32 | SceneProxies/ReflectionCaptureProxy.h | ||
| InfluenceRadius | float | SceneProxies/ReflectionCaptureProxy.h | ||
| LocalReflectionPlane | FPlane4f | Plane properties. | SceneProxies/ReflectionCaptureProxy.h | |
| MobileUniformBuffer | TUniformBufferRef< FMobileReflectionCaptureShaderParameters > | Used with mobile renderer | SceneProxies/ReflectionCaptureProxy.h | |
| PackedIndex | int32 | SceneProxies/ReflectionCaptureProxy.h | ||
| Position | FDFVector3 | Properties shared among all shapes. | SceneProxies/ReflectionCaptureProxy.h | |
| ReflectionXAxisAndYScale | FVector4 | SceneProxies/ReflectionCaptureProxy.h | ||
| Shape | EReflectionCaptureShape::Type | SceneProxies/ReflectionCaptureProxy.h | ||
| SortedCaptureIndex | int32 | SceneProxies/ReflectionCaptureProxy.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTransform
(
const FMatrix& InTransform |
SceneProxies/ReflectionCaptureProxy.h | ||
void UpdateMobileUniformBuffer () |
SceneProxies/ReflectionCaptureProxy.h | ||
void UpdateMobileUniformBuffer
(
FRHICommandListBase& RHICmdList |
SceneProxies/ReflectionCaptureProxy.h |