Live Config
Loading...
Searching...
No Matches
Source
LiveConfigEditor
Public
Blueprint
LiveConfigPropertyPinFactory.h
1
// Copyright (c) 2026 Nicholas Arthur
2
// Licensed under the MIT License
3
4
#pragma once
5
6
#include "CoreMinimal.h"
7
#include "EdGraphUtilities.h"
8
9
class
FLiveConfigPropertyPinFactory
:
public
FGraphPanelPinFactory
10
{
11
public
:
12
virtual
TSharedPtr<class SGraphPin> CreatePin(
class
UEdGraphPin* Pin)
const override
;
13
};
14
15
FLiveConfigPropertyPinFactory
Definition
LiveConfigPropertyPinFactory.h:10
Generated by
1.9.8