Files
UnrealEngine/Engine/Source/Runtime/PlatformThirdPartyHelpers/PosixShim/Public/PosixShim.h
2025-05-18 13:04:45 +08:00

16 lines
426 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
// any configuration / setup calls would go here
/**
* Sets the current UTC server time. This value should be set from a trusted-to-be-roughly-correct source, and
* should be updated from time to time.
*
* @param UTCServerTime The new server time
*/
POSIXSHIM_API void SetPosixShimUTCServerTime(const FDateTime UTCServerTime);