Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EParameterCollectionTransformType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionCollectionTransform.h |
| Include Path | #include "Materials/MaterialExpressionCollectionTransform.h" |
Syntax
enum EParameterCollectionTransformType
{
Position,
Vector,
Projection,
LocalToWorld,
WorldToLocal,
}
Values
| Name | Remarks |
|---|---|
| Position | |
| Vector | |
| Projection | |
| LocalToWorld | |
| WorldToLocal |