This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "JoePropertyCustomizations.h" | |
#include "DetailWidgetRow.h" | |
#include "IDetailChildrenBuilder.h" | |
#include "PropertyCustomizationHelpers.h" | |
#include "SSearchableComboBox.h" | |
TSharedRef<IPropertyTypeCustomization> FJoeCustomStructPropertyCustomization::MakeInstance() | |
{ | |
return MakeShareable(new FJoeCustomStructPropertyCustomization); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Fill out your copyright notice in the Description page of Project Settings. | |
#pragma once | |
#include "CoreMinimal.h" | |
#include "Engine/DataTable.h" | |
#include "UObject/Object.h" | |
#include "DataTableSelectorSettings.generated.h" | |
// DON'T FORGET TO DO THIS: !!!!!!!!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-09-11T16:08:14.310Z","extensionVersion":"v3.4.3"} |