MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / GetReturn

Method GetReturn

Source/ScriptCodeGenerator/Private/FGeneratorCore.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GeneratorPartialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected