![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FSchemaStats ()=default | |
| FSchemaStats (FSchemaView Schema, TMap< const void *, FSchemaStats > &StructStats) | |
| void | Aggregate (const FSchemaStats &In) |
| void | LinkInnerStats (TMap< const void *, FSchemaStats > &StructStats) |
| uint32 | NumWords () const |
Static Public Member Functions | |
| static TArray< FStructMemberStats > | MakeInnerStats (FSchemaView Schema, TMap< const void *, FSchemaStats > &StructStats) |
Public Attributes | |
| uint32 | Counters [MemberTypeCount] = {} |
| uint32 | NumMembers = 0 |
| uint32 | NumExtraWords = 0 |
| TArray< FStructMemberStats > | InnerStructs |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| uint32 UE::GC::FSchemaStats::Counters[MemberTypeCount] = {} |
| TArray<FStructMemberStats> UE::GC::FSchemaStats::InnerStructs |
| uint32 UE::GC::FSchemaStats::NumExtraWords = 0 |
| uint32 UE::GC::FSchemaStats::NumMembers = 0 |