Change calls to GetNameStringByIndex to GetNameStringByValue.
This commit is contained in:
parent
e375ff5af8
commit
b9a56aff07
|
@ -35,7 +35,7 @@ static FString PropSizeTypeToString(EPropSize PropSizeType)
|
|||
{
|
||||
return FString("unknown");
|
||||
}
|
||||
return ptr->GetNameStringByIndex(static_cast<int32>(PropSizeType));
|
||||
return ptr->GetNameStringByValue(static_cast<int32>(PropSizeType));
|
||||
}
|
||||
|
||||
static EPropSize StringToPropSizeType(FString PropSize)
|
||||
|
|
Loading…
Reference in New Issue