Skip to content
Snippets Groups Projects
Commit e56f4759 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix(cave): fixes crash in CaveOverlay. hand sign is still broken though.

parent 39004723
Branches
No related tags found
No related merge requests found
Pipeline #377393 passed
No preview for this file type
......@@ -120,8 +120,8 @@ public:
UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "CAVEOverlay", meta = (AllowPrivateAccess = "true"))
UStaticMeshComponent* Tape;
// Right Hand Sign Static Mesh Reference
UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "CAVEOverlay", meta = (AllowPrivateAccess = "true"))
// Right Hand Sign Static Mesh Reference. Reference to static mesh needs to be set in the corresponding BP.
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "CAVEOverlay", meta = (AllowPrivateAccess = "true"))
UStaticMesh* SignStaticMesh;
// Static Mesh Components for all tracked MotionControllers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment