FProperty::ValidateImportFlags

Verify that modifying this property's value via ImportText is allowed.

Windows
MacOS
Linux

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

Syntax

bool ValidateImportFlags
(
    uint32 PortFlags,
    FOutputDevice * ErrorText
) const

Remarks

Verify that modifying this property's value via ImportText is allowed.

Verify that modifying this property's value via ImportText is allowed.

Returns

true if ImportText should be allowed

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss