Navigation
API > API/Runtime > API/Runtime/Engine
One vertex associated with a Bsp node's polygon. Contains a vertex index into the level's FPoints table, and a unique number which is common to all other sides in the level which are cospatial with this side.
| Name | FVert |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Model.h |
| Include Path | #include "Model.h" |
Syntax
class FVert
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackfaceShadowTexCoord | FVector2f | The vertex's shadow map coordinate for the backface of the node. | Model.h | |
| iSide | int32 | Model.h | ||
| pVertex | int32 | Variables. | Model.h | |
| ShadowTexCoord | FVector2f | The vertex's shadow map coordinate. | Model.h |