Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

14 lines
296 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Logging/StructuredLog.h"
DECLARE_LOG_CATEGORY_EXTERN(LogPlainPropsEngine, Log, All);
namespace PlainProps::UE
{
enum class EBindMode : uint8;
void CustomBindEngineTypes(EBindMode Mode);
} // namespace PlainProps::UE