Files
UnrealEngineUWP/Engine/Source/Developer/FunctionalTesting/Private/TestPhaseComponent.cpp
T

12 lines
266 B
C++
Raw Normal View History

2019-12-26 15:32:37 -05:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "TestPhaseComponent.h"
#include UE_INLINE_GENERATED_CPP_BY_NAME(TestPhaseComponent)
UTestPhaseComponent::UTestPhaseComponent(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}