Navigation
API > API/Plugins > API/Plugins/VCamCore
| |
|
| Name |
UE::VCamCore::ConnectionUtils::EBreakBehavior |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Util/ConnectionUtils.h |
| Include Path |
#include "Util/ConnectionUtils.h" |
Syntax
namespace UE
{
namespace VCamCore
{
namespace ConnectionUtils
{
enum EBreakBehavior
{
Continue,
SkipCurrentModifier,
Break,
}
}
}
}
Values
| Name |
Remarks |
| Continue |
Continue with the next connection point or modifier |
| SkipCurrentModifier |
Continue with the next connection point on the next modifier |
| Break |
Stop |