FBspSurf

[FBspSurf](API\Runtime\Engine\FBspSurf) One Bsp polygon.

Windows
MacOS
Linux

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

Name Description

Public variable

ABrush *

 

Actor

Public variable

bool

 

bHiddenEdLayer

Public variable

bool

 

bHiddenEdLevel

Public variable

bool

 

bHiddenEdTemporary

Public variable

int32

 

iBrushPoly

Public variable

int32

 

iLightmassIndex

Public variable

float

 

LightMapScale

Public variable

UMaterialInterf...

 

Material

Public variable

int32

 

pBase

Public variable

FPlane

 

Plane

Public variable

uint32

 

PolyFlags

Public variable

int32

 

vNormal

Public variable

int32

 

vTextureU

Public variable

int32

 

vTextureV

Functions

Name Description

Public function

void

 

AddReferencedObjects

(
    FReferenceCollector& Collector
)

Public function Const

bool

 

IsHiddenEd()

Returns true if this surface is currently hidden in the editor

Public function Const

bool

 

IsHiddenEdAtStartup()

Returns true if this surface is hidden at editor startup

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss