Files
UnrealEngine/Engine/Source/Programs/Enterprise/Datasmith/DatasmithARCHICADExporter/Private/ElementEvent.h
2025-05-18 13:04:45 +08:00

18 lines
273 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Utils/AddonTools.h"
BEGIN_NAMESPACE_UE_AC
class FElementEvent
{
public:
static GSErrCode Initialize();
static GSErrCode Event(const API_NotifyElementType& ElemType);
};
END_NAMESPACE_UE_AC