Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp |
bool ValidateImportFlags
&40;
uint32 PortFlags,
FOutputDevice &42; ErrorText
&41; const
Remarks
Verify that modifying this property's value via ImportText is allowed.
Verify that modifying this property's value via ImportText is allowed. true if ImportText should be allowed
Parameters
Name | Description |
---|---|
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 |