![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MaterialExpression.h>
Public Attributes | |
| TArray< TObjectPtr< UMaterialExpression > > | Expressions |
| TArray< TObjectPtr< UMaterialExpressionComment > > | EditorComments |
| TObjectPtr< UMaterialExpression > | ExpressionExecBegin = nullptr |
| TObjectPtr< UMaterialExpression > | ExpressionExecEnd = nullptr |
| void FMaterialExpressionCollection::AddComment | ( | UMaterialExpressionComment * | InExpression | ) |
| void FMaterialExpressionCollection::AddExpression | ( | UMaterialExpression * | InExpression | ) |
| void FMaterialExpressionCollection::Empty | ( | ) |
| void FMaterialExpressionCollection::RemoveComment | ( | UMaterialExpressionComment * | InExpression | ) |
| void FMaterialExpressionCollection::RemoveExpression | ( | UMaterialExpression * | InExpression | ) |
| TArray<TObjectPtr<UMaterialExpressionComment> > FMaterialExpressionCollection::EditorComments |
Array of comments associated with this material; viewed in the material editor.
| TObjectPtr<UMaterialExpression> FMaterialExpressionCollection::ExpressionExecBegin = nullptr |
The execution begin expression, if material is using an exec wire
| TObjectPtr<UMaterialExpression> FMaterialExpressionCollection::ExpressionExecEnd = nullptr |
| TArray<TObjectPtr<UMaterialExpression> > FMaterialExpressionCollection::Expressions |
Array of material expressions, excluding Comments. Used by the material editor.