Unreal-Voxel/Source/Voxel/Private/VoxelAgentInterface.cpp

12 lines
239 B
C++
Raw Normal View History

2020-12-03 05:52:29 +00:00
#include "VoxelAgentInterface.h"
FIntVector IVoxelAgentInterface::GetAgentLocation_Implementation() const
{
return FIntVector(0);
}
FVector IVoxelAgentInterface::GetAgentPartialLocation_Implementation() const
{
return FVector(0.0f);
}