Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UE.cpp
Go to the documentation of this file.
1
#
pragma
once
2
#
include
"API\UE\UE.h"
3
4
__declspec
(dllexport)
UProperty
*
UObject
::
FindProperty
(
FName
name)
5
{
6
for
(
UProperty
* Property =
ClassField
(
)
->
PropertyLinkField
(
)
; Property !=
nullptr
; Property = Property
->
PropertyLinkNextField
(
)
)
7
if
(Property
->
NameField
(
)
.
Compare
(
&name
)
== 0)
8
return
Property;
9
return
nullptr
;
10
}
FName
Definition
UE.h:21
FName::Compare
int Compare(FName *Other)
Definition
UE.h:43
UObjectBase::NameField
FName & NameField()
Definition
UE.h:278
UObjectBase::ClassField
UClass * ClassField()
Definition
UE.h:277
UObject
Definition
UE.h:306
UObject::__declspec
__declspec(dllexport) UProperty *FindProperty(FName name)
UProperty
Definition
UE.h:470
UProperty::PropertyLinkNextField
UProperty * PropertyLinkNextField()
Definition
UE.h:477
UStruct::PropertyLinkField
UProperty * PropertyLinkField()
Definition
UE.h:361
Downloads
ArkServerAPI_NEW
ASE
AseApi-main
version
Core
Private
UE
UE.cpp
Generated by
1.10.0