#include "Runtime/Engine/Classes/GameFramework/Actor.h"
#include "Runtime/Core/Public/Math/UnrealMathUtility.h"
#include "Runtime/Core/Public/Windows/WindowsPlatformMath.h"
This one was tricky because the documentation calls for the UnixPlatformMath.h
, but we’re not using a Unix based system lol.