Skip to main content
Version: 3.6

Procedural DungeonDungeon 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

NameTypeDescription
VectorInt Vector Structure (by ref)
DirectionEDoorDirection Enum (by ref)

Outputs

NameTypeDescription
Return ValueInt Vector StructureReturns the neighbor at the provided direction.
Same as Vector + ToIntVector(Direction)