UMagicLeapPlanesFunctionLibrary::RemoveFlagsNotInQuery

Removes

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 RemoveFlagsNotInQuery
(
    const TArray< EMagicLeapPlaneQueryFlags > & InQueryFlags,
    const TArray< EMagicLeapPlaneQueryFlags > & InResultFlags,
    TArray< EMagicLeapPlaneQueryFlags > & OutFlags
)

Remarks

Removes

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