| 589 | } |
| 590 | |
| 591 | FString FGeneratorCore::GetReturn(FProperty* InProperty, const FString& InPropertyType, const FString& InBuffer) |
| 592 | { |
| 593 | return GetReturn(IsPrimitiveProperty(InProperty), InPropertyType, InBuffer); |
| 594 | } |
| 595 | |
| 596 | FString FGeneratorCore::GetReturn(const bool bIsPrimitive, const FString& InPropertyType, const FString& InBuffer) |
| 597 | { |
no outgoing calls
no test coverage detected