UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PropertyByte.cpp File Reference
#include "UObject/UnrealType.h"
#include "Algo/Find.h"
#include "Hash/Blake3.h"
#include "UObject/PropertyHelper.h"
#include "UObject/UnrealTypePrivate.h"
#include "UObject/UObjectThreadContext.h"

Classes

struct  TConvertIntToEnumProperty< OldIntType >
 

Functions

bool TryLoadEnumValueByName (FStructuredArchive::FSlot Slot, FArchive &UnderlyingArchive, UEnum *Enum, FName &OutEnumValueName, int64 &OutEnumValue)
 

Function Documentation

◆ TryLoadEnumValueByName()

bool TryLoadEnumValueByName ( FStructuredArchive::FSlot  Slot,
FArchive UnderlyingArchive,
UEnum Enum,
FName OutEnumValueName,
int64 OutEnumValue 
)