Files
UnrealEngine/Engine/Source/Editor/ScriptableEditorWidgets/Private/Components/PropertyViewHelper.h
2025-05-18 13:04:45 +08: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;
};