You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Implementation of relevant nodes for collapse feature, controller + actions as well as unit test To be audited by Jack.Cai #jira UEA-564 #rb na #fyi jack.cai [CL 14815556 by Helge Mathee in ue5-main branch]
10 lines
192 B
C++
10 lines
192 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "RigVMModel/Nodes/RigVMFunctionEntryNode.h"
|
|
|
|
bool URigVMFunctionEntryNode::IsDefinedAsVarying() const
|
|
{
|
|
// todo
|
|
return true;
|
|
}
|