Skip to content

Commit

Permalink
Update SmartsuitBlueprintLibrary.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bmahlbrand authored Dec 16, 2020
1 parent 71d0c68 commit 6269bae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ class USmartsuitBlueprintLibrary : public UBlueprintFunctionLibrary

static FTransform GetBoneTransform(USkeletalMeshComponent* SkelMesh, FName BoneName);

UFUNCTION(BlueprintPure)
UFUNCTION(BlueprintPure, Category = "Smartsuit")
static FVector GetPropLocation(FProp InProp);

UFUNCTION(BlueprintPure)
UFUNCTION(BlueprintPure, Category = "Smartsuit")
static FRotator GetPropRotation(FProp InProp);
};

0 comments on commit 6269bae

Please sign in to comment.