Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UClass
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual bool HasProperty
&40;
FProperty &42; InProperty
&41; const
Remarks
Checks if the property exists on this class or a parent class. True if the property exists on this or a parent class.
Parameters
Name | Description |
---|---|
InProperty | The property to check if it is contained in this or a parent class. |