some updates
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user