Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
| Name | IDMParameterContainer |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/IDMParameterContainer.h |
| Include Path | #include "IDMParameterContainer.h" |
Syntax
class IDMParameterContainer
Derived Classes
IDMParameterContainer derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyParametersFrom
(
UObject* InOther |
Copies the parameter-based value of the given value to this value, if possible. | IDMParameterContainer.h |
|
virtual void CopyParametersFrom_Implementation
(
UObject* InOther |
IDMParameterContainer.h |
|
|
void CopyParametersFromWrapper
(
UObject* InOther |
IDMParameterContainer.h | ||
void CopyParametersTo
(
UObject* InOther |
IDMParameterContainer.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Copies the parameter-based values of InFrom to InTo, if possible. | IDMParameterContainer.h |