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

Method GetOutParam

Source/ScriptCodeGenerator/Private/FGeneratorCore.cpp:608–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608FString 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
615FString FGeneratorCore::GetOutParam(const bool bIsPrimitive, const FString& InName,
616 const FString& InPropertyType, const FString& InBuffer,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected