Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Model.h |
| Include | #include "Model.h" |
Syntax
class FVert
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2f | BackfaceShadowTexCoord | The vertex's shadow map coordinate for the backface of the node. | |
| int32 | iSide | ||
| int32 | pVertex | Variables. | |
| FVector2f | ShadowTexCoord | The vertex's shadow map coordinate. |