unreal.CommentBoxMode¶
- class unreal.CommentBoxMode¶
Bases:
EnumBaseEComment Box Mode
C++ Source:
Module: UnrealEd
File: EdGraphNode_Comment.h
- GROUP_MOVEMENT: CommentBoxMode = Ellipsis¶
This comment box will move any fully contained nodes when it moves.
- Type:
0
- NO_GROUP_MOVEMENT: CommentBoxMode = Ellipsis¶
This comment box has no effect on nodes contained inside it.
- Type:
1