Navigation
API > API/Runtime > API/Runtime/Engine
Used to gather information on custom primitive data from the materials.
| Name | FCustomPrimitiveDataParameter |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
Syntax
struct FCustomPrimitiveDataParameter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Component | TWeakObjectPtr< UPrimitiveComponent > | Components/PrimitiveComponent.h | ||
| ExpressionID | FGuid | Components/PrimitiveComponent.h | ||
| IndexOffset | uint8 | Components/PrimitiveComponent.h | ||
| Info | FMaterialParameterInfo | Components/PrimitiveComponent.h | ||
| Material | TWeakObjectPtr< UMaterialInterface > | Components/PrimitiveComponent.h | ||
| Type | EMaterialParameterType | Components/PrimitiveComponent.h |