19 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"LiveLink")
23 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
24 bool bIsIntensitySupported =
false;
27 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
28 bool bIsLightColorSupported =
false;
31 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
32 bool bIsInnerConeAngleSupported =
false;
35 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
36 bool bIsOuterConeAngleSupported =
false;
39 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
40 bool bIsAttenuationRadiusSupported =
false;
43 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
44 bool bIsSourceLenghtSupported =
false;
47 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
48 bool bIsSourceRadiusSupported =
false;
51 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
52 bool bIsSoftSourceRadiusSupported =
false;
64 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"LiveLink", Interp)
68 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
69 float Intensity = 3.1415926535897932f;
72 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
76 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
77 float InnerConeAngle = 0.0f;
80 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
81 float OuterConeAngle = 44.0f;
84 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
85 float AttenuationRadius = 1000.0f;
88 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
89 float SourceRadius = 0.0f;
92 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
93 float SoftSourceRadius = 0.0f;
96 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
97 float SourceLength = 0.0f;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127