Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNodeUtil.h |
Include |
#include "GeometryFlowNodeUtil.h" |
namespace UE
{
namespace GeometryFlow
{
template<typename T>
EGeometryFlowResult UE::GeometryFlow::ExtractData
(
TSafeSharedPtr< IData > Data,
T & Storage,
int32 StorageTypeIdentifier,
bool bTryTakeResult
)
}
}