UMagicLeapPlanesFunctionLibrary::ReorderPlaneFlags

Re-orders an array of plane query flags based on the priority list passed.

Windows
MacOS
Linux

References

Module

MagicLeapPlanes

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapPlanes/Source/Public/MagicLeapPlanesFunctionLibrary.h

Include

#include "MagicLeapPlanesFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapPlanes/Source/Private/MagicLeapPlanesFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Planes Function Library | MagicLeap")
static void ReorderPlaneFlags
(
    const TArray< EMagicLeapPlaneQueryFlags > & InPriority,
    const TArray< EMagicLeapPlaneQueryFlags > & InFlagsToReorder,
    TArray< EMagicLeapPlaneQueryFlags > & OutReorderedFlags
)

Remarks

Re-orders an array of plane query flags based on the priority list passed.

Parameters

Parameter

Description

InPriority

The priority list by which to order the array of plane query flags.

InFlagsToReorder

The array of plane query flags to be reordered.

OutReorderedFlags

The reordered array of plane query flags.

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