Navigation
API > API/Runtime > API/Runtime/Engine
-> will be exported to EngineDecalClasses.h
| Name | USphereReflectionCaptureComponent |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SphereReflectionCaptureComponent.h |
| Include Path | #include "Components/SphereReflectionCaptureComponent.h" |
Syntax
UCLASS (HideCategories=(Collision, Object, Physics, SceneComponent), MinimalAPI)
class USphereReflectionCaptureComponent : public UReflectionCaptureComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UReflectionCaptureComponent → USphereReflectionCaptureComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USphereReflectionCaptureComponent
(
const FObjectInitializer& ObjectInitializer |
Components/SphereReflectionCaptureComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CaptureDistanceScale | float | Not needed anymore, not yet removed in case the artist setup values are needed in the future | Components/SphereReflectionCaptureComponent.h | |
| InfluenceRadius | float | Radius of the area that can receive reflections from this capture. | Components/SphereReflectionCaptureComponent.h |
|
| PreviewInfluenceRadius | TObjectPtr< class UDrawSphereComponent > | Components/SphereReflectionCaptureComponent.h |
Functions
Public
Overridden from UReflectionCaptureComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetInfluenceBoundingRadius() |
Gets the radius that bounds the shape's influence, used for culling. | Components/SphereReflectionCaptureComponent.h | |
virtual void UpdatePreviewShape() |
Called to update the preview shapes when something they are dependent on has changed. | Components/SphereReflectionCaptureComponent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Components/SphereReflectionCaptureComponent.h |