You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira none #review-17748193 #robomerge 5.0 [CL 17882720 by mikko mononen in ue5-main branch]
15 lines
281 B
C++
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
|