UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDatasmithPropertyCaptureElementImpl Class Reference

#include <DatasmithVariantElementsImpl.h>

+ Inheritance diagram for FDatasmithPropertyCaptureElementImpl:

Public Member Functions

 FDatasmithPropertyCaptureElementImpl ()
 
virtual void SetRecordedData (const uint8 *InData, int32 InNumBytes)
 
virtual const TArray< uint8 > & GetRecordedData () const
 
- Public Member Functions inherited from FDatasmithBasePropertyCaptureElementImpl< IDatasmithPropertyCaptureElement >
 FDatasmithBasePropertyCaptureElementImpl (EDatasmithElementVariantSubType InSubType=EDatasmithElementVariantSubType::PropertyCapture)
 
virtual void SetPropertyPath (const FString &Path) override
 
virtual const FString & GetPropertyPath () const override
 
virtual void SetCategory (EDatasmithPropertyCategory InCategory) override
 
virtual EDatasmithPropertyCategory GetCategory () const override
 
- Public Member Functions inherited from FDatasmithBaseVariantElementImpl< InterfaceType >
virtual bool IsSubType (const EDatasmithElementVariantSubType VariantSubType) const override
 
- Public Member Functions inherited from FDatasmithElementImpl< InterfaceType >
 FDatasmithElementImpl (const TCHAR *InName, EDatasmithElementType InType, uint64 InSubType=0)
 
virtual ~FDatasmithElementImpl ()
 
virtual bool IsA (EDatasmithElementType InType) const override
 
virtual const TCHARGetName () const override
 
virtual void SetName (const TCHAR *InName) override
 
virtual const TCHARGetLabel () const override
 
virtual void SetLabel (const TCHAR *InLabel) override
 
virtual FMD5Hash CalculateElementHash (bool) override
 
virtual TSharedPtr< DirectLink::FSceneGraphSharedStateMakeSharedState () const override
 
virtual const DirectLink::FParameterStoreGetStore () const override
 
virtual DirectLink::FParameterStoreGetStore () override
 

Protected Attributes

TArray< uint8Data
 
- Protected Attributes inherited from FDatasmithElementImpl< InterfaceType >
FMD5Hash ElementHash
 
DirectLink::FParameterStore Store
 
TReflected< EDatasmithElementType, uint64Type
 
TReflected< uint64Subtype
 
TReflected< FString > Name
 
TReflected< FString > Label
 

Additional Inherited Members

- Protected Member Functions inherited from FDatasmithElementImpl< InterfaceType >
virtual bool IsSubTypeInternal (uint64 InSubType) const
 
EDatasmithElementType GetElementType () const
 
uint64 GetSubType () const
 

Constructor & Destructor Documentation

◆ FDatasmithPropertyCaptureElementImpl()

FDatasmithPropertyCaptureElementImpl::FDatasmithPropertyCaptureElementImpl ( )
inlineexplicit

Member Function Documentation

◆ GetRecordedData()

virtual const TArray< uint8 > & FDatasmithPropertyCaptureElementImpl::GetRecordedData ( ) const
inlinevirtual

◆ SetRecordedData()

virtual void FDatasmithPropertyCaptureElementImpl::SetRecordedData ( const uint8 InData,
int32  InNumBytes 
)
inlinevirtual

Member Data Documentation

◆ Data

TArray<uint8> FDatasmithPropertyCaptureElementImpl::Data
protected

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