Skip to content

Commit db25e4c

Browse files
author
Roberto De Ioris
committed
added customizations for PythonScript Asset
1 parent 26c98ce commit db25e4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Source/UnrealEnginePython/Public/PythonScript.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,15 @@ class UPythonScript : public UObject
1212

1313
UPROPERTY(EditAnywhere, Category = "Python")
1414
FString ScriptPath;
15+
16+
UPROPERTY(EditAnywhere, Category = "Python")
17+
FString FunctionToCall;
18+
19+
UPROPERTY(EditAnywhere, Category = "Python")
20+
TArray<FString> FunctionArgs;
21+
22+
//void Run();
23+
//void RunSandboxed();
24+
1525
};
1626

0 commit comments

Comments
 (0)