Native method

FGBAHeaderViewListItem::​

GetCPPTypenameForProperty#

  • Declared in "GBAHeaderViewListItem.h"
protected:
static FString GetCPPTypenameForProperty(
const FProperty* InProperty,
bool bIsMemberProperty = false
)

returns a string representing the full C++ typename for the given property, including template params for container types

Parameters#

  • const FProperty* InProperty
  • bool bIsMemberProperty = false