Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FProperty
Description
Verify that modifying this property's value via ImportText is allowed.
Verify that modifying this property's value via ImportText is allowed.
| Name | ValidateImportFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp |
bool ValidateImportFlags
(
uint32 PortFlags,
FOutputDevice * ErrorText
) const
true if ImportText should be allowed
Parameters
| Name | Remarks |
|---|---|
| PortFlags | the flags specified in the call to ImportText |
| ErrorText | [out] set to the error message that should be displayed if returns false |
| PortFlags | the flags specified in the call to ImportText |