19 lines
340 B
C++
19 lines
340 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "SPlayListTrackHead.h"
|
|
|
|
#include "SlateOptMacros.h"
|
|
|
|
BEGIN_SLATE_FUNCTION_BUILD_OPTIMIZATION
|
|
void SPlayListTrackHead::Construct(const FArguments& InArgs)
|
|
{
|
|
/*
|
|
ChildSlot
|
|
[
|
|
// Populate the widget
|
|
];
|
|
*/
|
|
}
|
|
END_SLATE_FUNCTION_BUILD_OPTIMIZATION
|