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