27 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"LiveLink")
31 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
32 bool bIsAspectRatioSupported =
false;
35 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
36 bool bIsFocalLengthSupported =
false;
39 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
40 bool bIsProjectionModeSupported =
false;
43 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
44 float FilmBackWidth = -1.0f;
47 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
48 float FilmBackHeight = -1.0f;
51 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
52 bool bIsApertureSupported =
false;
55 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
56 bool bIsFocusDistanceSupported =
false;
59 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
60 bool bIsDepthOfFieldSupported =
true;
63 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
64 bool bIsDynamicFilmbackSupported =
false;
76 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"LiveLink", Interp)
80 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
81 float AspectRatio = 1.777778f;
84 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
85 float FocalLength = 50.f;
88 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
89 float Aperture = 2.8f;
92 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
93 float FocusDistance = 100000.0f;
96 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink", Interp)
100 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
101 float FilmBackWidth = -1.0f;
104 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "LiveLink")
105 float FilmBackHeight = -1.0f;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127