From e44a81ee8d9da95c8ea0e73ac586c7799cab1645 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Tue, 16 Jan 2024 11:56:53 +0000 Subject: [PATCH] Expose functions to blueprints --- Source/StevesUEHelpers/Public/StevesDynamicNavMeshVolume.h | 2 ++ 1 file changed, 2 insertions(+) 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: