Navigation
API > API/Runtime > API/Runtime/Core
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConditionalScopeLogTime | Utility class to log time passed in seconds, adding cumulative stats to passed in variable. | ||
| FDynamicStats | Helper class used to generate dynamic stat ids. | ||
| FScopeCycleCounter | |||
| FScopeLogTime | Utility class to log time passed in seconds, adding cumulative stats to passed in variable. | ||
| FSecondsCounterData | Utility class to store a counter and a time value in seconds. | ||
| FSecondsCounterScope | Utility class to update a FSecondsCounterData. | ||
| FSimpleScopeSecondsCounter | Utility class to capture time passed in seconds, adding delta time to passed in variable. | ||
| FStats | Helper struct that contains method available even when the stats are disabled. | ||
| FStatsHierarchical | A helper class with static methods to perform hierarchical profiling | ||
| FStatsTreeElement | An element in a profiling / stats tree | ||
| FThreadIdleStats | This is thread-private information about the thread idle stats, which we always collect, even in final builds | ||
| TStatId |