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

#include <DatasmithMaterialElementsImpl.h>

+ Inheritance diagram for FDatasmithExpressionOutputImpl:

Public Member Functions

 FDatasmithExpressionOutputImpl (const TCHAR *InOutputName)
 
FMD5Hash CalculateElementHash (bool bForce) override
 
- Public Member Functions inherited from FDatasmithElementImpl< IDatasmithExpressionOutput >
 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 TSharedPtr< DirectLink::FSceneGraphSharedStateMakeSharedState () const override
 
virtual const DirectLink::FParameterStoreGetStore () const override
 
virtual DirectLink::FParameterStoreGetStore () override
 
- Public Member Functions inherited from IDatasmithExpressionOutput
virtual ~IDatasmithExpressionOutput ()=default
 
const TCHARGetOutputName () const
 
void SetOutputName (const TCHAR *InOutputName)
 

Additional Inherited Members

- Protected Member Functions inherited from FDatasmithElementImpl< IDatasmithExpressionOutput >
virtual bool IsSubTypeInternal (uint64 InSubType) const
 
EDatasmithElementType GetElementType () const
 
uint64 GetSubType () const
 
- Protected Attributes inherited from FDatasmithElementImpl< IDatasmithExpressionOutput >
FMD5Hash ElementHash
 
DirectLink::FParameterStore Store
 
TReflected< EDatasmithElementType, uint64Type
 
TReflected< uint64Subtype
 
TReflected< FString > Name
 
TReflected< FString > Label
 

Constructor & Destructor Documentation

◆ FDatasmithExpressionOutputImpl()

FDatasmithExpressionOutputImpl::FDatasmithExpressionOutputImpl ( const TCHAR InOutputName)
inlineexplicit

Member Function Documentation

◆ CalculateElementHash()

FMD5Hash FDatasmithExpressionOutputImpl::CalculateElementHash ( bool  bForce)
inlineoverridevirtual

Return a MD5 hash of the content of the Element. Used to quickly identify Element with identical content.

Parameters
bForceForce recalculation of the hash if it was already cached
Returns
The MD5 hash of the Element properties

Reimplemented from FDatasmithElementImpl< IDatasmithExpressionOutput >.


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