Expose functions to blueprints

This commit is contained in:
Steve Streeting 2024-01-16 11:56:53 +00:00
parent 672b199612
commit e44a81ee8d

View File

@ -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: