mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 09:35:25 +00:00
Expose functions to blueprints
This commit is contained in:
parent
672b199612
commit
e44a81ee8d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user