FReader

Helper class that helps reading fields from data based on a schema.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > FMetadataSchema

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/MetadataProvider.h
Include #include "TraceServices/Model/MetadataProvider.h"

Syntax

struct FReader  

Remarks

Helper class that helps reading fields from data based on a schema.

Constructors

Type Name Description
  FReader ( const FField* InBuffer, uint8 InFieldCount )  

Functions

Type Name Description
uint8 GetFieldCount ()  
const FField... GetFieldDesc ( uint8 Index )  
FString GetString ( uint8* MetaData, uint8 Index )  
FText GetText ( uint8* MetaData, uint8 Index )  
const T *... GetValueAs ( const uint8* Metadata, uint8 Index )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library