Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UReflectionCaptureComponent
- UBoxReflectionCaptureComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/BoxReflectionCaptureComponent.h |
| Include | #include "Components/BoxReflectionCaptureComponent.h" |
Syntax
UCLASS (HideCategories=(Collision, Object, Physics, SceneComponent), MinimalAPI)
class UBoxReflectionCaptureComponent : public UReflectionCaptureComponent
Remarks
-> will be exported to EngineDecalClasses.h
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BoxTransitionDistance | Adjust capture transition distance | |
| TObjectPtr< class UBoxComponent > | PreviewCaptureBox | ||
| TObjectPtr< class UBoxComponent > | PreviewInfluenceBox |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UBoxReflectionCaptureComponent
(
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. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |