mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +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:
|
public:
|
||||||
AStevesDynamicNavMeshVolume();
|
AStevesDynamicNavMeshVolume();
|
||||||
|
|
||||||
|
UFUNCTION(BlueprintCallable)
|
||||||
void SetLocationAndDimensions(const FVector& Location, const FVector& NewDimensions);
|
void SetLocationAndDimensions(const FVector& Location, const FVector& NewDimensions);
|
||||||
|
UFUNCTION(BlueprintCallable)
|
||||||
void SetDimensions(const FVector& NewDimensions);
|
void SetDimensions(const FVector& NewDimensions);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user