Files
UnrealEngine/Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsInternalTest.h
2025-05-18 13:04:45 +08:00

18 lines
384 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "PlainPropsTypes.h"
#include "Containers/ContainersFwd.h"
#include "Memory/MemoryFwd.h"
namespace PlainProps
{
class FSchemaBatchId;
struct FStructView;
[[nodiscard]] FSchemaBatchId ParseBatch(TArray64<uint8>& OutData, TArray<FStructView>& OutObjects, FUtf8StringView YamlView);
} // namespace PlainProps