Skip to content

Instantly share code, notes, and snippets.

View Ryan-DowlingSoka's full-sized avatar

Ryan DowlingSoka Ryan-DowlingSoka

View GitHub Profile
@Ryan-DowlingSoka
Ryan-DowlingSoka / JoePropertyCustomizations.cpp
Last active March 6, 2025 22:21
Example customization for handling a GetOptions style picker inside a struct.
#include "JoePropertyCustomizations.h"
#include "DetailWidgetRow.h"
#include "IDetailChildrenBuilder.h"
#include "PropertyCustomizationHelpers.h"
#include "SSearchableComboBox.h"
TSharedRef<IPropertyTypeCustomization> FJoeCustomStructPropertyCustomization::MakeInstance()
{
return MakeShareable(new FJoeCustomStructPropertyCustomization);
@Ryan-DowlingSoka
Ryan-DowlingSoka / DataTableSelectorSettings.h
Last active February 20, 2025 14:52
Example file for making a FName row selector based on a fixed data table asset.
// 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: !!!!!!!!!
@Ryan-DowlingSoka
Ryan-DowlingSoka / cloudSettings
Last active September 11, 2020 16:08
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-11T16:08:14.310Z","extensionVersion":"v3.4.3"}