// Copyright Epic Games, Inc. All Rights Reserved. #include "PlainPropsEngineBindings.h" #include "Engine/Texture2D.h" #include "Logging/StructuredLog.h" DEFINE_LOG_CATEGORY(LogPlainPropsEngine); namespace PlainProps::UE { void CustomBindEngineTypes(EBindMode Mode) { } } // namespace PlainProps::UE