Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
UE.cpp
Go to the documentation of this file.
1#include "API/ARK/Ark.h"
2#include "API/ARK/UE.h"
3
5{
6 for (FProperty* Property = this->ClassPrivateField()->PropertyLinkField(); Property != nullptr; Property = Property->PropertyLinkNextField())
7 {
9 return Property;
10 }
11 return nullptr;
12}
#define ARK_API
Definition Ark.h:16
FString ToString() const
Definition NameTypes.h:662
UE_NODISCARD FORCEINLINE bool Equals(const FString &Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) const
FName & NamePrivateField()
Definition UE.h:672
FProperty *& PropertyLinkNextField()
Definition UE.h:712
UClass *& ClassPrivateField()
Definition UE.h:191
Definition UE.h:432
ARK_API FProperty * FindProperty(FName name)
Definition UE.cpp:4
FProperty *& PropertyLinkField()
Definition UE.h:534