some updates

This commit is contained in:
2024-01-09 22:21:23 +05:00
parent 6c5875a36c
commit b6cd4649a2
45 changed files with 207 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class GRAFFMODULE_API UcppFuncLibrary : public UBlueprintFunctionLibrary
UFUNCTION(blueprintcallable)
static TArray<FString> cppUniversalParser(FString string, TArray<FString> keys, FString delimiter, bool caseSensitive);
UFUNCTION(blueprintcallable)
UFUNCTION(blueprintcallable, BlueprintPure, category = "Math|Integer")
static FString cppIntToStrPad(int32 int_, int32 minDigits);
UFUNCTION(blueprintcallable, BlueprintPure)
static TSoftObjectPtr<UTexture2D> castSoftTex2D(TSoftObjectPtr<UObject> ptr);