CelticCraft/Plugins/VoxelFree/Source/VoxelGraphEditor/Private/VoxelEdGraph.cpp

9 lines
205 B
C++
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#include "VoxelEdGraph.h"
#include "VoxelGraphGenerator.h"
UVoxelGraphGenerator* UVoxelEdGraph::GetGenerator() const
{
return CastChecked<UVoxelGraphGenerator>(GetOuter());
}