Navigation
API > API/Developer > API/Developer/UndoHistory
| |
|
| Name |
FPropertyReflectionData |
| Type |
struct |
| Header File |
/Engine/Source/Developer/UndoHistory/Public/Widgets/IReflectionDataProvider.h |
| Include Path |
#include "Widgets/IReflectionDataProvider.h" |
Syntax
struct FPropertyReflectionData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CppMacroType |
FString |
The result of FProperty::GetCPPMacroType (the part that is returned by ref, e.g. "FName"). |
Widgets/IReflectionDataProvider.h |
|
| PropertyFlags |
EPropertyFlags |
|
Widgets/IReflectionDataProvider.h |
|
| PropertyType |
EPropertyType |
|
Widgets/IReflectionDataProvider.h |
|
| TypeName |
FString |
The result of FProperty::GetClass()::GetName() |
Widgets/IReflectionDataProvider.h |
|