diff --git a/Source/StevesUEHelpers/Public/StevesDynamicNavMeshVolume.h b/Source/StevesUEHelpers/Public/StevesDynamicNavMeshVolume.h index c249430..d71c42c 100644 --- a/Source/StevesUEHelpers/Public/StevesDynamicNavMeshVolume.h +++ b/Source/StevesUEHelpers/Public/StevesDynamicNavMeshVolume.h @@ -15,7 +15,9 @@ class STEVESUEHELPERS_API AStevesDynamicNavMeshVolume : public ANavMeshBoundsVol public: AStevesDynamicNavMeshVolume(); + UFUNCTION(BlueprintCallable) void SetLocationAndDimensions(const FVector& Location, const FVector& NewDimensions); + UFUNCTION(BlueprintCallable) void SetDimensions(const FVector& NewDimensions); protected: