Procedural Dungeon ⏵ Dungeon Blueprint Library ⏵ Next (Int Vector)
Next (Int Vector)
Class: Dungeon Blueprint Library
Category: Math → Transform
Description
Returns the neighbor at the provided direction.
Same as Vector + ToIntVector(Direction)
Node
C++
FIntVector IntVector_Next(const FIntVector& Vector, const EDoorDirection& Direction)
Inputs
Name | Type | Description |
---|---|---|
Vector | Int Vector Structure (by ref) | |
Direction | EDoorDirection Enum (by ref) |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Int Vector Structure | Returns the neighbor at the provided direction. Same as Vector + ToIntVector(Direction) |