FMagicLeapTaggedAttribute

Stores a tagged value, such as phone number or email address.

Windows
MacOS
Linux

References

Module

MagicLeapContacts

Header

/Engine/Plugins/Lumin/MagicLeapContacts/Source/Public/MagicLeapContactsTypes.h

Include

#include "MagicLeapContactsTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FMagicLeapTaggedAttribute

Remarks

Stores a tagged value, such as phone number or email address. Optional tag indicates what type of value is stored, e.g. "home", "work", etc.

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FString

 

Tag

Name of the Tag.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FString

 

Value

Value of this attribute.

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