UStruct::CustomFindProperty

Look up a property by an alternate name if it was not found in the first search, this is overridden for user structs

Windows
MacOS
Linux

Override Hierarchy

UStruct::CustomFindProperty()

UUserDefinedStruct::CustomFindProperty()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

virtual FProperty * CustomFindProperty
(
    const FName InName
) const

Remarks

Look up a property by an alternate name if it was not found in the first search, this is overridden for user structs

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