Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/IDynamicMaterialModelEditorOnlyD-
Description
Called when the model needs to have the material rebuild. Called to create the build state for building materials. Sets the component on a material property (such as a global parameter).
| Name | SetPropertyComponent |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/IDynamicMaterialModelEditorOnlyDataInterface.h |
| Include Path | #include "Model/IDynamicMaterialModelEditorOnlyDataInterface.h" |
void virtual RequestMaterialBuild InRequestType=EDMBuildRequestType::Preview ) PURE_VIRTUAL void SetPropertyComponent
(
EDMMaterialPropertyType InPropertyType,
FName InComponentName,
UDMMaterialComponent * InComponent
)