Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FParameters
Description
Utility method to compare the values of a specific parameter with the values of another FParameters object. It returns false if type or values are different.
| Name | HasSameValue |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Parameters.h |
| Include Path | #include "MuR/Parameters.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Parameters.cpp |
bool HasSameValue
(
int32 ThisParamIndex,
const TSharedPtr < const FParameters > & Other,
int32 OtherParamIndex
) const