We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c98ce commit db25e4cCopy full SHA for db25e4c
Source/UnrealEnginePython/Public/PythonScript.h
@@ -12,5 +12,15 @@ class UPythonScript : public UObject
12
13
UPROPERTY(EditAnywhere, Category = "Python")
14
FString ScriptPath;
15
+
16
+ UPROPERTY(EditAnywhere, Category = "Python")
17
+ FString FunctionToCall;
18
19
20
+ TArray<FString> FunctionArgs;
21
22
+ //void Run();
23
+ //void RunSandboxed();
24
25
};
26
0 commit comments