BrushBuilder (DX)
Base class of UnrealEd brush builders.
Notes
- Unreal Tournament has two new properties for UnrealEd 2:
- BitmapFilename
 - Tooltip
 
 
Properties
- name Group
 - bool MergeCoplanars
 - array<BuilderPoly> Polys
 - array<vector> Vertices
 
Structures
BuilderPoly
- int Direction
 - name Item
 - int PolyFlags
 - array<int> VertexIndices
 
Functions
- bool BadParameters( optional string msg )
 - BeginBrush( bool MergeCoplanars , name Group )
 - bool EndBrush( )
 - int GetPolyCount( )
 - vector GetVertex( int i )
 - int GetVertexCount( )
 - Poly3i( int Direction , int i , int j , int k , optional name ItemName , optional int PolyFlags )
 - Poly4i( int Direction , int i , int j , int k , int l , optional name ItemName , optional int PolyFlags )
 - PolyBegin( int Direction , optional name ItemName , optional int PolyFlags )
 - PolyEnd( )
 - Polyi( int i )
 - int Vertex3f( float x , float y , float z )
 - int Vertexv( vector v )
 
Events
- bool Build( )
 
