Skip to content

Commit 3f33008

Browse files
author
Roberto De Ioris
committed
disable TMAP<> related features
1 parent 718f73f commit 3f33008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/UnrealEnginePython/Public/PythonComponent.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class UPythonComponent : public UActorComponent
4747
UFUNCTION(BlueprintCallable, Category = "Python")
4848
FString CallPythonComponentMethodString(FString method_name, FString args);
4949

50-
UFUNCTION(BlueprintCallable, Category = "Python")
51-
TMap<FString, FString> CallPythonComponentMethodMap(FString method_name, FString args);
50+
//UFUNCTION(BlueprintCallable, Category = "Python")
51+
//TMap<FString, FString> CallPythonComponentMethodMap(FString method_name, FString args);
5252

5353
UFUNCTION(BlueprintCallable, Category = "Python")
5454
void CallPythonComponentMethodStringArray(FString method_name, FString args, TArray<FString> &output_strings);

0 commit comments

Comments
 (0)