AddCustom

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

void

 

AddCustom

(
    uint64 TypeId,
    FMemoryView Value
)

Public function

void

 

AddCustom

(
    FUtf8StringView TypeName,
    FMemoryView Value
)

Public function

void

 

AddCustom

(
    FUtf8StringView FieldName,
    uint64 TypeId,
    FMemoryView Value
)

Write a custom field with an integer sub-type identifier.

Public function

void

 

AddCustom

(
    FUtf8StringView FieldName,
    FUtf8StringView TypeName,
    FMemoryView Value
)

Write a custom field with a string sub-type identifier.