UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Field.cpp File Reference

Functions

FArchiveoperator<< (FArchive &Ar, FFieldClass *&InOutFieldClass)
 
FString GetFullNameSafe (const FField *InField)
 
FString GetPathNameSafe (const FField *InField, const UObject *StopOuter)
 
FFieldFindFPropertyByPath (const TCHAR *InFieldPath)
 

Function Documentation

◆ FindFPropertyByPath()

FField * FindFPropertyByPath ( const TCHAR InFieldPath)

Finds a field given a path to the field (Package.Class[:Subobject:...]:FieldName)

◆ GetFullNameSafe()

FString GetFullNameSafe ( const FField InField)

Gets the full name of the provided field. If the field pointer is null, the result is "none"

◆ GetPathNameSafe()

FString GetPathNameSafe ( const FField InField,
const UObject StopOuter = nullptr 
)

Gets the path name of the provided field. If the field pointer is null, the result is "none"

◆ operator<<()

FArchive & operator<< ( FArchive Ar,
FFieldClass *&  InOutFieldClass 
)