UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlaneReflectionCapture.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
7#pragma once
8
9#include "CoreMinimal.h"
12#include "PlaneReflectionCapture.generated.h"
13
14UCLASS(abstract, hidecategories=(Collision, Attachment, Actor), MinimalAPI)
16{
18
19public:
20
21#if WITH_EDITOR
22 //~ Begin AActor Interface.
23 virtual void EditorApplyScale(const FVector& DeltaScale, const FVector* PivotLocation, bool bAltDown, bool bShiftDown, bool bCtrlDown) override;
24 //~ End AActor Interface.
25#endif
26
27};
28
29
30
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition PlaneReflectionCapture.h:16
Definition ReflectionCapture.h:14