Class EdGraphNode_Comment
Ed Graph Node Comment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.UnrealEd
Assembly: UE4DotNet.dll
Syntax
public class EdGraphNode_Comment : EdGraphNode
Properties
| Improve this Doc View SourcebColorCommentBubble
Declaration
public bool bColorCommentBubble { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bCommentBubbleVisible_InDetailsPanel
Declaration
public bool bCommentBubbleVisible_InDetailsPanel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CommentColor
Color to style comment with
Declaration
public LinearColor CommentColor { get; set; }
Property Value
Type | Description |
---|---|
LinearColor |
CommentDepth
comment Depth
Declaration
public int CommentDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static EdGraphNode_Comment DefaultObject { get; }
Property Value
Type | Description |
---|---|
EdGraphNode_Comment |
FontSize
Size of the text in the comment box
Declaration
public int FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MoveMode
Whether the comment should move any fully enclosed nodes around when it is moved
Declaration
public byte MoveMode { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static EdGraphNode_Comment New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
EdGraphNode_Comment |
Operators
| Improve this Doc View SourceImplicit(IntPtr to EdGraphNode_Comment)
Convert from IntPtr to UObject
Declaration
public static implicit operator EdGraphNode_Comment(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
EdGraphNode_Comment |