API reference

FMRUKOutline Struct

Helper struct to represent an outline. The outline is a closed polygon defined by a list of vertices and a list of indices. The indices are used to connect the vertices to form the outline. The outline can be used to represent a room, a wall, a door, etc...

Fields

Indices : TArray< int32 >
Signature
TArray<int32> FMRUKOutline::Indices
Vertices : TArray< FVector2D >
Signature
TArray<FVector2D> FMRUKOutline::Vertices