UGBABlueprintLibrary::​

GetDebugStringFromExecutionData#

  • Declared in "Utils/GBABlueprintLibrary.h"
public:
UFUNCTION(
BlueprintPure, Category = "Blueprint Attributes")
static FString GetDebugStringFromExecutionData(
const FGBAAttributeSetExecutionData& ExecutionData
)

Returns an FString representation of a FGBAAttributeSetExecutionData structure for debugging purposes.

The separator used to join the data structure values is a line break (new line).

Parameters#