Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ARectLight |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/RectLight.h |
| Include Path | #include "Engine/RectLight.h" |
Syntax
UCLASS (ClassGroup=(Lights, RectLights), ComponentWrapperClass, MinimalAPI, Meta=(ChildCanTick))
class ARectLight : public ALight
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → ALight → ARectLight
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ARectLight
(
const FObjectInitializer& ObjectInitializer |
Engine/RectLight.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RectLightComponent | TObjectPtr< class URectLightComponent > | Engine/RectLight.h |
|
Functions
Public
Overridden from AActor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EditorApplyScale
(
const FVector& DeltaScale, |
Called by ApplyDeltaToActor to perform an actor class-specific operation based on widget manipulation. | Engine/RectLight.h |