Go to the source code of this file.
|
| | DECLARE_LOG_CATEGORY_EXTERN (LogEnum, Log, All) |
| |
| | DECLARE_LOG_CATEGORY_EXTERN (LogProperty, Log, All) |
| |
| COREUOBJECT_API void | SkipWhitespace (const TCHAR *&Str) |
| |
| COREUOBJECT_API bool | AreInstancedObjectsIdentical (UObject *ObjectA, UObject *ObjectB, uint32 PortFlags) |
| |
| COREUOBJECT_API const TCHAR * | DelegatePropertyTools::ImportDelegateFromText (FScriptDelegate &Delegate, const UFunction *SignatureFunction, const TCHAR *Buffer, UObject *Parent, FOutputDevice *ErrorText) |
| |
| UObject * | UE::FindObjectByTypePath (UClass *Class, FPropertyTypeName TypePath) |
| |
| template<typename T > |
| T * | UE::FindObjectByTypePath (FPropertyTypeName TypePath) |
| |
| FPropertyTypeName | UE::ApplyRedirectsToPropertyType (FPropertyTypeName OldTypeName, const FProperty *Property) |
| |
◆ EFallbackEnum
◆ AreInstancedObjectsIdentical()
Determine whether the editable properties of CompA and CompB are identical. Used to determine whether the instanced object has been modified in the editor.
- Parameters
-
| ObjectA | the first Instanced Object to compare |
| ObjectB | the second Instanced Object to compare |
| PortFlags | flags for modifying the criteria used for determining whether the components are identical |
- Returns
- true if the values of all of the editable properties of CompA match the values in CompB
◆ DECLARE_LOG_CATEGORY_EXTERN() [1/2]
◆ DECLARE_LOG_CATEGORY_EXTERN() [2/2]
◆ SkipWhitespace()
Advances the character pointer past any spaces or tabs.
- Parameters
-
| Str | the buffer to remove whitespace from |