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

fix(interaction): Fixes warning thrown by Unreal which complained about...

fix(interaction): Fixes warning thrown by Unreal which complained about specifying the bitmask enum meta path.
parent cadd2892
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
bool IsInteractable = true;
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta = (Bitmask, BitmaskEnum = EInteractorType))
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta = (Bitmask, BitmaskEnum = "/Script/RWTHVRToolkit.EInteractorType"))
int32 InteractorFilter = 0;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment