UMagicLeapImageTrackerFunctionLibrary::SetMaxSimultaneousTargets

Set maximum number of Image Targets that can be tracked at any given time.

Windows
MacOS
Linux

References

Module

MagicLeapImageTracker

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapImageTracker/Public/MagicLeapImageTrackerFunctionLibrary.h

Include

#include "MagicLeapImageTrackerFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapImageTracker/Private/MagicLeapImageTrackerFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="ImageTracking|MagicLeap")
static void SetMaxSimultaneousTargets
(
    int32 MaxSimultaneousTargets
)

Remarks

Set maximum number of Image Targets that can be tracked at any given time.

If the tracker is already tracking the maximum number of targets possible then it will stop searching for new targets which helps in reducing the load on the CPU. For example, if you are interested in tracking a maximum of x targets from a list y (x < y) targets then set this parameter to x.

The valid range for this parameter is from 1 through 25.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss