Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

18 lines
437 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
class FText;
struct FPropertyViewHelper
{
static const FText UndefinedObjectText;
static const FText UnloadedObjectText;
static const FText UnknownErrorText;
static const FText EditorOnlyText;
static const FText UndefinedPropertyText;
static const FText UnknownPropertyText;
static const FText InvalidPropertyText;
static const FText UnsupportedPropertyText;
};