Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UConeBuilder |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Builders/ConeBuilder.h |
| Include Path | #include "Builders/ConeBuilder.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=BrushSettings, EditInlineNew, Meta=(DisplayName="Cone"))
class UConeBuilder : public UEditorBrushBuilder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBrushBuilder → UEditorBrushBuilder → UConeBuilder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UConeBuilder
(
const FObjectInitializer& ObjectInitializer |
Builders/ConeBuilder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlignToSide | uint32 | Whether to align the brush to a face | Builders/ConeBuilder.h |
|
| CapZ | float | Distance from base to the tip of inner cone (when hollow) | Builders/ConeBuilder.h |
|
| GroupName | FName | Builders/ConeBuilder.h | ||
| Hollow | uint32 | Whether this is a hollow or solid cone | Builders/ConeBuilder.h |
|
| InnerRadius | float | Radius of inner cone (when hollow) | Builders/ConeBuilder.h |
|
| OuterRadius | float | Radius of cone | Builders/ConeBuilder.h |
|
| Sides | int32 | How many sides this cone should have | Builders/ConeBuilder.h |
|
| Z | float | Distance from base to tip of cone | Builders/ConeBuilder.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildCone
(
int32 Direction, |
Builders/ConeBuilder.h |
Overridden from UBrushBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Builders/ConeBuilder.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface | Builders/ConeBuilder.h |