Native method
UGBABlueprintLibrary::
GetDebugStringFromExecutionDataSeparator#
public:
static
FString
GetDebugStringFromExecutionDataSeparator(
)
UFUNCTION(
BlueprintPure, Category = "Blueprint Attributes")
Returns an FString representation of a FGBAAttributeSetExecutionData structure for debugging purposes.
Parameters#
-
const FGBAAttributeSetExecutionData& ExecutionData
The data to get the debug string from.
-
const FString& Separator = TEXT(",")
String separator to use when joining the structure values (Default: "\n" - new line)