9 lines
No EOL
205 B
C++
9 lines
No EOL
205 B
C++
// Copyright 2020 Phyronnaz
|
|
|
|
#include "VoxelEdGraph.h"
|
|
#include "VoxelGraphGenerator.h"
|
|
|
|
UVoxelGraphGenerator* UVoxelEdGraph::GetGenerator() const
|
|
{
|
|
return CastChecked<UVoxelGraphGenerator>(GetOuter());
|
|
} |