| 606 | } |
| 607 | |
| 608 | FString FGeneratorCore::GetOutParam(FProperty* InProperty, const FString& InName, |
| 609 | const FString& InPropertyType, const FString& InBuffer, |
| 610 | const FString& InOffset, const FString& InIndent) |
| 611 | { |
| 612 | return GetOutParam(IsPrimitiveProperty(InProperty), InName, InPropertyType, InBuffer, InOffset, InIndent); |
| 613 | } |
| 614 | |
| 615 | FString FGeneratorCore::GetOutParam(const bool bIsPrimitive, const FString& InName, |
| 616 | const FString& InPropertyType, const FString& InBuffer, |
nothing calls this directly
no outgoing calls
no test coverage detected