Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2 > API/Editor/BlueprintGraph/UEdGraphSchema_K2/TypeToText
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include | #include "EdGraphSchema_K2.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
static FText TypeToText
&40;
const FProperty &42;const Property
&41;
Remarks
Converts the type of a property into a fully qualified string (e.g., object'ObjectName'). The converted type string.
Parameters
Name | Description |
---|---|
Property | The property to convert into a string. |