UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDatasmithLandscapeElementImpl Class Referencefinal

#include <DatasmithSceneElementsImpl.h>

+ Inheritance diagram for FDatasmithLandscapeElementImpl:

Public Member Functions

 FDatasmithLandscapeElementImpl (const TCHAR *InName)
 
virtual void SetHeightmap (const TCHAR *InFilePath) override
 
virtual const TCHARGetHeightmap () const override
 
virtual void SetMaterial (const TCHAR *InMaterialPathName) override
 
virtual const TCHARGetMaterial () const override
 
- Public Member Functions inherited from FDatasmithActorElementImpl< IDatasmithLandscapeElement >
 FDatasmithActorElementImpl (const TCHAR *InName, EDatasmithElementType InType)
 
virtual FVector GetTranslation () const override
 
virtual void SetTranslation (double InX, double InY, double InZ, bool bKeepChildrenRelative) override
 
virtual void SetTranslation (const FVector &Value, bool bKeepChildrenRelative) override
 
virtual FVector GetScale () const override
 
virtual void SetScale (double InX, double InY, double InZ, bool bKeepChildrenRelative) override
 
virtual void SetScale (const FVector &Value, bool bKeepChildrenRelative) override
 
virtual FQuat GetRotation () const override
 
virtual void SetRotation (double InX, double InY, double InZ, double InW, bool bKeepChildrenRelative) override
 
virtual void SetRotation (const FQuat &Value, bool bKeepChildrenRelative) override
 
virtual FTransform GetRelativeTransform () const override
 
virtual const TCHARGetLayer () const override
 
virtual void SetLayer (const TCHAR *InLayer) override
 
virtual void AddTag (const TCHAR *InTag) override
 
virtual void ResetTags () override
 
virtual int32 GetTagsCount () const
 
virtual const TCHARGetTag (int32 TagIndex) const override
 
virtual void AddChild (const TSharedPtr< IDatasmithActorElement > &InChild, EDatasmithActorAttachmentRule AttachementRule=EDatasmithActorAttachmentRule::KeepWorldTransform) override
 
virtual int32 GetChildrenCount () const override
 
virtual TSharedPtr< IDatasmithActorElementGetChild (int32 InIndex) override
 
virtual const TSharedPtr< IDatasmithActorElement > & GetChild (int32 InIndex) const override
 
virtual void RemoveChild (const TSharedPtr< IDatasmithActorElement > &InChild) override
 
virtual const TSharedPtr< IDatasmithActorElement > & GetParentActor () const override
 
virtual void SetIsAComponent (bool Value) override
 
virtual bool IsAComponent () const override
 
virtual void SetVisibility (bool bInVisibility) override
 
virtual bool GetVisibility () const override
 
virtual void SetCastShadow (bool bInCastShadow) override
 
virtual bool GetCastShadow () const override
 
virtual void SetMobility (EDatasmithActorMobilityType InMobility) override
 
virtual EDatasmithActorMobilityType GetMobility () 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
 
- Public Member Functions inherited from TSharedFromThis< ObjectType, Mode >
TSharedRef< ObjectType, Mode > AsShared ()
 
TSharedRef< ObjectType const, Mode > AsShared () const
 
template<typename SubobjectType >
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< ObjectType, Mode > AsWeak ()
 
TWeakPtr< ObjectType const, Mode > AsWeak () const
 
template<typename SubobjectType >
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
template<class SharedPtrType , ESPMode SharedPtrMode, class OtherType >
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
template<class SharedRefType , ESPMode SharedPtrMode, class OtherType >
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Additional Inherited Members

- Protected Member Functions inherited from FDatasmithActorElementImpl< IDatasmithLandscapeElement >
void ConvertChildsToRelative ()
 
void ConvertChildsToWorld ()
 
void SetInternalRotation (const FQuat &Value)
 
void SetInternalScale (const FVector &Value)
 
void SetInternalTranslation (const FVector &Value)
 
- Protected Member Functions inherited from FDatasmithElementImpl< InterfaceType >
virtual bool IsSubTypeInternal (uint64 InSubType) const
 
EDatasmithElementType GetElementType () const
 
uint64 GetSubType () const
 
- Protected Member Functions inherited from TSharedFromThis< ObjectType, Mode >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< ObjectType, Mode >
template<class OtherType >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
template<class OtherType >
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 
- Protected Attributes inherited from FDatasmithElementImpl< InterfaceType >
FMD5Hash ElementHash
 
DirectLink::FParameterStore Store
 
TReflected< EDatasmithElementType, uint64Type
 
TReflected< uint64Subtype
 
TReflected< FString > Name
 
TReflected< FString > Label
 

Constructor & Destructor Documentation

◆ FDatasmithLandscapeElementImpl()

FDatasmithLandscapeElementImpl::FDatasmithLandscapeElementImpl ( const TCHAR InName)
inlineexplicit

Member Function Documentation

◆ GetHeightmap()

virtual const TCHAR * FDatasmithLandscapeElementImpl::GetHeightmap ( ) const
inlineoverridevirtual

◆ GetMaterial()

virtual const TCHAR * FDatasmithLandscapeElementImpl::GetMaterial ( ) const
inlineoverridevirtual

◆ SetHeightmap()

virtual void FDatasmithLandscapeElementImpl::SetHeightmap ( const TCHAR InFilePath)
inlineoverridevirtual

◆ SetMaterial()

virtual void FDatasmithLandscapeElementImpl::SetMaterial ( const TCHAR InMaterialPathName)
inlineoverridevirtual

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