Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Model.h |
| Include | #include "Model.h" |
Syntax
struct FBspSurf
Remarks
FBspSurf One Bsp polygon. Lists all of the properties associated with the polygon's plane. Does not include a point list; the actual points are stored along with Bsp nodes, since several nodes which lie in the same plane may reference the same poly.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< ABrush > | Actor | ||
| bool | bHiddenEdLayer | ||
| bool | bHiddenEdLevel | ||
| bool | bHiddenEdTemporary | ||
| int32 | iBrushPoly | ||
| int32 | iLightmassIndex | ||
| float | LightMapScale | ||
| TObjectPtr< UMaterialInterface > | Material | ||
| int32 | pBase | ||
| FPlane4f | Plane | ||
| uint32 | PolyFlags | ||
| int32 | vNormal | ||
| int32 | vTextureU | ||
| int32 | vTextureV |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| bool | IsHiddenEd () |
Returns true if this surface is currently hidden in the editor | |
| bool | Returns true if this surface is hidden at editor startup |