35 UFUNCTION(BlueprintCallable, Category =
"DataTable", meta = (ExpandEnumAsExecs=
"OutResult", DataTablePin=
"CurveTable"))
39 UFUNCTION(BlueprintPure, Category =
"DataTable", meta=(ScriptMethod=
"GetRowStruct"))
43 UFUNCTION(BlueprintCallable, Category =
"DataTable", meta=(ScriptMethod=
"DoesRowExist"))
46 UFUNCTION(BlueprintCallable, Category =
"DataTable", meta=(ScriptMethod=
"GetRowNames"))
53 UFUNCTION(BlueprintCallable, Category =
"DataTable", meta=(ScriptMethod=
"GetColumnNames"))
60 UFUNCTION(BlueprintCallable, Category =
"DataTable", meta=(ScriptMethod=
"GetColumnExportNames"))
67 UFUNCTION(BlueprintCallable, Category =
"DataTable", meta=(ScriptMethod=
"GetColumnNameFromExportName"))
75 UFUNCTION(BlueprintCallable, Category =
"DataTable", meta=(ScriptMethod=
"GetColumnAsString"))
79 UFUNCTION(BlueprintCallable, CustomThunk, Category =
"DataTable", meta=(CustomStructureParam =
"OutRow", BlueprintInternalUseOnly=
"true"))
91 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName=
"Fill Data Table from CSV String", meta=(AdvancedDisplay=
"ImportRowStruct", ScriptMethod=
"FillFromCSVString"))
100 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName =
"Fill Data Table from CSV File", meta=(AdvancedDisplay=
"ImportRowStruct", ScriptMethod=
"FillFromCSVFile"))
109 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName =
"Fill Data Table from JSON String", meta=(AdvancedDisplay=
"ImportRowStruct", ScriptMethod=
"FillFromJSONString"))
118 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName =
"Fill Data Table from JSON File", meta=(AdvancedDisplay=
"ImportRowStruct", ScriptMethod=
"FillFromJSONFile"))
126 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName=
"Export Data Table to CSV String", meta=(ScriptMethod=
"ExportToCSVString"))
134 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName =
"Export Data Table to CSV File", meta=(ScriptMethod=
"ExportToCSVFile"))
142 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName =
"Export Data Table to JSON String", meta=(ScriptMethod=
"ExportToJSONString"))
150 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", DisplayName =
"Export Data Table to JSON File", meta=(ScriptMethod=
"ExportToJSONFile"))
154 UFUNCTION(BlueprintCallable, CustomThunk, Category =
"Editor Scripting | DataTable", meta=(AutoCreateRefTerm=
"RowName", CustomStructureParam=
"RowData"))
159 UFUNCTION(BlueprintCallable, Category =
"Editor Scripting | DataTable", meta = (AutoCreateRefTerm =
"RowName"))
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127