9#include "SphereReflectionCaptureComponent.generated.h"
18 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=ReflectionCapture, meta=(UIMin =
"8.0", UIMax =
"16384.0"))
19 float InfluenceRadius;
23 float CaptureDistanceScale;
29 virtual void UpdatePreviewShape()
override;
33 return InfluenceRadius;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition ReflectionCaptureComponent.h:30
Definition SphereReflectionCaptureComponent.h:14
virtual float GetInfluenceBoundingRadius() const override
Definition SphereReflectionCaptureComponent.h:31
Definition UnrealType.h:6865
Definition ObjectPtr.h:488