|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyObjectWithExternalId.h>
Public Member Functions | |
| virtual FString & | GetExternalId () |
| virtual const FString & | GetExternalId () const |
| virtual FString & | SetExternalId (UPARAM(ref) const FString &ExternalId) |
| Public Member Functions inherited from IArticyReflectable | |
| template<typename TValue> | |
| TValue | SetProp (FName Property, TValue Value, int32 ArrayIndex=0) |
| template<typename TValue> | |
| TValue & | GetProp (FName Property, int32 ArrayIndex=0) |
| template<typename TValue> | |
| const TValue & | GetProp (FName Property, int32 ArrayIndex=0) const |
| template<typename TValue> | |
| TValue * | GetPropPtr (FName Property, int32 ArrayIndex=0) const |
| FProperty * | GetProperty (FName Property) const |
| virtual UClass * | GetObjectClass () const |
Additional Inherited Members | |
| Static Public Member Functions inherited from IArticyReflectable | |
| static bool | HasProperty (const UClass *Class, const FName &Property) |
| Public Attributes inherited from IArticyReflectable | |
| FReportChangedDelegate | ReportChanged |
| Protected Member Functions inherited from IArticyObjectWith_Base | |
| template<typename PropType> | |
| PropType & | GetProperty (const FName &PropName) |
| FText | GetStringText (UObject *Outer, const FName &PropName, const FText *BackupText=nullptr) |
All objects that have a property called 'ExternalId' implement this interface.