Skip to content

Commit

Permalink
Added BP R/W for vision component in VisionActor
Browse files Browse the repository at this point in the history
  • Loading branch information
harveybia committed Jul 26, 2020
1 parent fb4bb6c commit 210cd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ROSIntegrationVision/Private/VisionActor.h
Expand Up @@ -23,6 +23,6 @@ class ROSINTEGRATIONVISION_API AVisionActor : public AActor
// Called every frame
virtual void Tick(float DeltaSeconds) override;

UPROPERTY(EditAnywhere, Category = "Vision Actor")
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Vision Actor")
UVisionComponent * vision;
};

0 comments on commit 210cd43

Please sign in to comment.