Expose struct operators to Blueprint

yes :

USTRUCT(BlueprintType)
struct FexampleStruct {
	GENERATED_BODY()

	UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = example)
              float exampleFloat;