UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ticks.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#ifndef __RADRR_CORE2H__
4#include "rrCore.h"
5#endif
6
7// cross platform rdtsc equiv - just for test usage.
8U64 baue_ticks( void );
9
RAD_U64 U64
Definition egttypes.h:511
U64 baue_ticks(void)
Definition android_ticks.cpp:8