Files
UnrealEngineUWP/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeDelegates.cpp
mikko mononen 667a0bf417 StateTree: Remove V1
#jira none
#review-17748193
#robomerge 5.0

[CL 17882720 by mikko mononen in ue5-main branch]
2021-10-21 04:08:20 -04:00

15 lines
281 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "StateTreeDelegates.h"
#include "CoreMinimal.h"
namespace UE::StateTree::Delegates
{
#if WITH_EDITOR
FOnIdentifierChanged OnIdentifierChanged;
FOnSchemaChanged OnSchemaChanged;
#endif
}; // UE::StateTree::Delegates