UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Editor::DataStorage::Private::TConvertibleProperty< PropertyType > Struct Template Referencefinal

#include <TypedElementAttributeBindingProperty.h>

Public Member Functions

PropertyType * Get (void *Object) const
 
const PropertyType * Get (const void *Object) const
 

Public Attributes

TFunction< PropertyType(const void *)> Converter
 
PropertyType Cache
 

Member Function Documentation

◆ Get() [1/2]

template<typename PropertyType >
const PropertyType * UE::Editor::DataStorage::Private::TConvertibleProperty< PropertyType >::Get ( const void Object) const

◆ Get() [2/2]

template<typename PropertyType >
PropertyType * UE::Editor::DataStorage::Private::TConvertibleProperty< PropertyType >::Get ( void Object) const

Member Data Documentation

◆ Cache

template<typename PropertyType >
PropertyType UE::Editor::DataStorage::Private::TConvertibleProperty< PropertyType >::Cache
mutable

◆ Converter

template<typename PropertyType >
TFunction<PropertyType(const void*)> UE::Editor::DataStorage::Private::TConvertibleProperty< PropertyType >::Converter

The documentation for this struct was generated from the following file: