Files
UnrealEngine/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationSubNode.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

16 lines
289 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "ConversationNode.h"
#include "ConversationSubNode.generated.h"
/**
* @TODO: CONVERSATION: Comment me
*/
UCLASS(MinimalAPI, Abstract)
class UConversationSubNode : public UConversationNode
{
GENERATED_BODY()
};