Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UReflectionCaptureComponent
- UPlaneReflectionCaptureComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PlaneReflectionCaptureComponent.h |
| Include | #include "Components/PlaneReflectionCaptureComponent.h" |
Syntax
class UPlaneReflectionCaptureComponent : public UReflectionCaptureComponent
Remarks
-> will be exported to EngineDecalClasses.h
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | InfluenceRadiusScale | Radius of the area that can receive reflections from this capture. | |
| TObjectPtr< class UBoxComponent > | PreviewCaptureBox | ||
| TObjectPtr< class UDrawSphereComponent > | PreviewInfluenceRadius |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPlaneReflectionCaptureComponent
(
const FObjectInitializer& ObjectInitializer |
Overridden from UReflectionCaptureComponent
| Type | Name | Description | |
|---|---|---|---|
| float | Gets the radius that bounds the shape's influence, used for culling. | ||
| void | Called to update the preview shapes when something they are dependent on has changed. |