You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Control Rig: Fixed python function references test not passing
#jira UE-117009 #rb helge.mathee #ROBOMERGE-SOURCE: CL 16727032 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v835-16672529) [CL 16727050 by sara schvartzman in ue5-release-engine-test branch]
This commit is contained in:
@@ -713,6 +713,7 @@ public:
|
||||
/**
|
||||
* Helper function to disable a series of checks that can be ignored during a unit test
|
||||
*/
|
||||
UFUNCTION(BlueprintCallable, Category = RigVMController)
|
||||
void SetIsRunningUnitTest(bool bIsRunning) { bIsRunningUnitTest = bIsRunning; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user