UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UETypeName_Private::FSubstr Struct Reference

#include <GeneratedTypeName.h>

Public Member Functions

constexpr char operator[] (uint32 Index) const
 
constexpr uint32 Len () const
 
constexpr FSubstr PopFront (int Num=1) const
 
constexpr FSubstr PopBack (int Num=1) const
 
constexpr FSubstr PopFrontAll (char Ch) const
 
constexpr FSubstr PopFrontAllNot (char Ch) const
 
constexpr FSubstr PopBackAll (char Ch) const
 
constexpr FSubstr PopBackAllNot (char Ch) const
 

Public Attributes

const charPtr
 
uint32 Length
 

Member Function Documentation

◆ Len()

constexpr uint32 UETypeName_Private::FSubstr::Len ( ) const
inlineconstexpr

◆ operator[]()

constexpr char UETypeName_Private::FSubstr::operator[] ( uint32  Index) const
inlineconstexpr

◆ PopBack()

constexpr FSubstr UETypeName_Private::FSubstr::PopBack ( int  Num = 1) const
inlineconstexpr

◆ PopBackAll()

constexpr FSubstr UETypeName_Private::FSubstr::PopBackAll ( char  Ch) const
inlineconstexpr

◆ PopBackAllNot()

constexpr FSubstr UETypeName_Private::FSubstr::PopBackAllNot ( char  Ch) const
inlineconstexpr

◆ PopFront()

constexpr FSubstr UETypeName_Private::FSubstr::PopFront ( int  Num = 1) const
inlineconstexpr

◆ PopFrontAll()

constexpr FSubstr UETypeName_Private::FSubstr::PopFrontAll ( char  Ch) const
inlineconstexpr

◆ PopFrontAllNot()

constexpr FSubstr UETypeName_Private::FSubstr::PopFrontAllNot ( char  Ch) const
inlineconstexpr

Member Data Documentation

◆ Length

uint32 UETypeName_Private::FSubstr::Length

◆ Ptr

const char* UETypeName_Private::FSubstr::Ptr

The documentation for this struct was generated from the following file: