Navigation
API > API/Plugins > API/Plugins/PythonAutomationTest
| Name | UPyAutomationTestLibrary |
| Type | class |
| Header File | /Engine/Plugins/Tests/PythonAutomationTest/Source/PythonAutomationTest/Public/PythonAutomationTest.h |
| Include Path | #include "PythonAutomationTest.h" |
Syntax
UCLASS (MinimalAPI, Meta=(ScriptName="PyAutomationTest"))
class UPyAutomationTestLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UPyAutomationTestLibrary
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IsRunningPyLatentCommand | bool | PythonAutomationTest.h | |
| PyLatentCommandTimeout | float | PythonAutomationTest.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetIsRunningPyLatentCommand() |
PythonAutomationTest.h |
|
|
static float GetPyLatentCommandTimeout() |
PythonAutomationTest.h |
|
|
static void ResetPyLatentCommand() |
PythonAutomationTest.h |
|
|
static void SetIsRunningPyLatentCommand
(
bool isRunning |
PythonAutomationTest.h |
|
|
static void SetPyLatentCommandTimeout
(
float Seconds |
PythonAutomationTest.h |
|