FStore

Stores a fixed set of values and all the key-values maps used for lookup.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMapSerializationDetails.h

Include

#include "AssetRegistry/AssetDataTagMapSerializationDetails.h"

Syntax

struct FStore

Remarks

Stores a fixed set of values and all the key-values maps used for lookup.

Variables

Name Description

Public variable

TArrayView< uin...

 

AnsiStringOffsets

Values for all maps in this store.

Public variable

TArrayView< ANS...

 

AnsiStrings

Public variable

void *

 

Data

Public variable

TArrayView< FAs...

 

ExportPaths

Public variable

const uint32

 

Index

Public variable

TArrayView< FNa...

 

Names

Public variable

TArrayView< FNu...

 

NumberlessExportPaths

Public variable

TArrayView< FNa...

 

NumberlessNames

Public variable

TArrayView< FNu...

 

NumberlessPairs

Public variable

TArrayView< FNu...

 

Pairs

Pairs for all unsorted maps that uses this store.

Public variable

TArrayView< FTe...

 

Texts

Public variable

TArrayView< uin...

 

WideStringOffsets

Public variable

TArrayView< WID...

 

WideStrings

Constructors

No constructors are accessible with public or protected access.

Destructors

No destructors are accessible with public or protected access.

Functions

Name Description

Public function Const

void

 

AddRef()

Public function Const

const ANSICH...

 

GetAnsiString

(
    uint32 Idx
)

Public function Const

const WIDECH...

 

GetWideString

(
    uint32 Idx
)

Public function Const

void

 

Release()

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