| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComment.h |
Include |
#include "Materials/MaterialExpressionComment.h" |
class UMaterialExpressionComment : public UMaterialExpression
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bColorCommentBubble |
Whether to use Comment Color to color the background of the comment bubble shown when zoomed out. |
|
uint32: 1 |
bCommentBubbleVisible_InDetailsPanel |
Whether to show a zoom-invariant comment bubble when zoomed out (making the comment readable at any distance). |
|
bool |
bGroupMode |
Whether the comment should move any fully enclosed nodes around when it is moved |
|
CommentColor |
Color to style comment with |
|
|
int32 |
FontSize |
Size of the text in the comment box |
|
int32 |
SizeX |
|
|
int32 |
SizeY |
|
|
Text |
Name | Description | |
---|---|---|
|
UMaterialExpressionComment ( |
Name | Description | ||
---|---|---|---|
|
void |
GetCaption |
Returns the text to display on the material expression (in the material editor). |
|
bool |
MatchesSearchQuery ( |
MatchesSearchQuery: Check this expression to see if it matches the search query |
Name | Description | ||
---|---|---|---|
|
bool |
Modify ( |
Note that the object will be modified. |
|
void |
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |