UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TTypedElement< ITypedElementPrimitiveCustomDataInterface > Struct Reference

#include <TypedElementPrimitiveCustomDataInterface.h>

+ Inheritance diagram for TTypedElement< ITypedElementPrimitiveCustomDataInterface >:

Public Member Functions

void SetCustomData (TArrayView< float > CustomDataFloats, bool bMarkRenderStateDirty=false) const
 
void SetCustomDataValue (int32 CustomDataIndex, float CustomDataValue, bool bMarkRenderStateDirty=false)
 
- Public Member Functions inherited from TTypedElementBase< ITypedElementPrimitiveCustomDataInterface >
 TTypedElementBase ()=default
 
 TTypedElementBase (const TTypedElementBase &)=default
 
 TTypedElementBase (TTypedElementBase &&InOther)
 
TTypedElementBaseoperator= (const TTypedElementBase &)=default
 
TTypedElementBaseoperator= (TTypedElementBase &&InOther)
 
 ~TTypedElementBase ()
 
 operator bool () const
 
bool IsSet () const
 
void Release ()
 
ITypedElementPrimitiveCustomDataInterfaceGetInterface () const
 
U & GetInterfaceChecked () const
 
void Private_InitializeNoRef (const FTypedElementInternalData &InData, ITypedElementPrimitiveCustomDataInterface *InInterfacePtr)
 
void Private_InitializeAddRef (const FTypedElementInternalData &InData, ITypedElementPrimitiveCustomDataInterface *InInterfacePtr)
 
void Private_DestroyNoRef ()
 
void Private_DestroyReleaseRef ()
 
- Public Member Functions inherited from FTypedElementHandle
 FTypedElementHandle ()=default
 
 FTypedElementHandle (const FTypedElementHandle &InOther)
 
FTypedElementHandleoperator= (const FTypedElementHandle &InOther)
 
 FTypedElementHandle (FTypedElementHandle &&InOther)
 
FTypedElementHandleoperator= (FTypedElementHandle &&InOther)
 
 ~FTypedElementHandle ()
 
 operator bool () const
 
bool IsSet () const
 
void Release ()
 
const FTypedElementIdGetId () const
 
template<typename ElementDataType >
bool IsDataOfType () const
 
template<typename ElementDataType >
const ElementDataType * GetData (const bool bSilent=false) const
 
template<typename ElementDataType >
const ElementDataType & GetDataChecked () const
 
FTypedElementId AcquireId () const
 
void ReleaseId (FTypedElementId &InOutElementId) const
 
void Private_InitializeNoRef (const FTypedElementInternalData &InData)
 
void Private_InitializeAddRef (const FTypedElementInternalData &InData)
 
void Private_DestroyNoRef ()
 
void Private_DestroyReleaseRef ()
 
const FTypedElementInternalDataPrivate_GetInternalData () const
 

Additional Inherited Members

- Protected Attributes inherited from TTypedElementBase< ITypedElementPrimitiveCustomDataInterface >
ITypedElementPrimitiveCustomDataInterfaceInterfacePtr
 

Member Function Documentation

◆ SetCustomData()

void TTypedElement< ITypedElementPrimitiveCustomDataInterface >::SetCustomData ( TArrayView< float CustomDataFloats,
bool  bMarkRenderStateDirty = false 
) const
inline

◆ SetCustomDataValue()

void TTypedElement< ITypedElementPrimitiveCustomDataInterface >::SetCustomDataValue ( int32  CustomDataIndex,
float  CustomDataValue,
bool  bMarkRenderStateDirty = false 
)
inline

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