Fixed ISO to 100

This commit is contained in:
Marc Garcia Puig 2020-09-16 17:40:27 +02:00
parent 19af3a40c7
commit 16ae46e47d
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ void UActorBlueprintFunctionLibrary::MakeCameraDefinition(
FActorVariation ISO; // S
ISO.Id = TEXT("iso");
ISO.Type = EActorAttributeType::Float;
ISO.RecommendedValues = { TEXT("200.0") };
ISO.RecommendedValues = { TEXT("100.0") };
ISO.bRestrictToRecommended = false;
// Defines the size of the opening for the camera lens.