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

#include <DatasmithSceneElementsImpl.h>

+ Inheritance diagram for FDatasmithAreaLightElementImpl:

Public Member Functions

 FDatasmithAreaLightElementImpl (const TCHAR *InName)
 
virtual EDatasmithLightShape GetLightShape () const override
 
virtual void SetLightShape (EDatasmithLightShape InShape) override
 
virtual EDatasmithAreaLightType GetLightType () const override
 
virtual void SetLightType (EDatasmithAreaLightType InLightType) override
 
virtual void SetWidth (float InWidth) override
 
virtual float GetWidth () const override
 
virtual void SetLength (float InLength) override
 
virtual float GetLength () const override
 
- Public Member Functions inherited from FDatasmithSpotLightElementImpl< IDatasmithAreaLightElement >
 FDatasmithSpotLightElementImpl (const TCHAR *InName)
 
virtual float GetInnerConeAngle () const override
 
virtual void SetInnerConeAngle (float InInnerConeAngle) override
 
virtual float GetOuterConeAngle () const override
 
virtual void SetOuterConeAngle (float InOuterConeAngle) override
 
- Public Member Functions inherited from FDatasmithPointLightElementImpl< InterfaceType >
 FDatasmithPointLightElementImpl (const TCHAR *InName)
 
virtual void SetIntensityUnits (EDatasmithLightUnits InUnits)
 
virtual EDatasmithLightUnits GetIntensityUnits () const
 
virtual float GetSourceRadius () const override
 
virtual void SetSourceRadius (float InSourceRadius) override
 
virtual float GetSourceLength () const override
 
virtual void SetSourceLength (float InSourceLength) override
 
virtual float GetAttenuationRadius () const override
 
virtual void SetAttenuationRadius (float InAttenuationRadius) override
 
- Public Member Functions inherited from FDatasmithLightActorElementImpl< InterfaceType >
virtual bool IsEnabled () const override
 
virtual void SetEnabled (bool bInIsEnabled) override
 
virtual double GetIntensity () const override
 
virtual void SetIntensity (double InIntensity) override
 
virtual FLinearColor GetColor () const override
 
virtual void SetColor (FLinearColor InColor) override
 
virtual double GetTemperature () const override
 
virtual void SetTemperature (double InTemperature) override
 
virtual bool GetUseTemperature () const override
 
virtual void SetUseTemperature (bool bInUseTemperature) override
 
virtual const TCHARGetIesFile () const override
 
virtual void SetIesFile (const TCHAR *InIesFile) override
 
virtual bool GetUseIes () const override
 
virtual void SetUseIes (bool bInUseIes) override
 
virtual double GetIesBrightnessScale () const override
 
virtual void SetIesBrightnessScale (double InIesBrightnessScale) override
 
virtual bool GetUseIesBrightness () const override
 
virtual void SetUseIesBrightness (bool bInUseIesBrightness) override
 
virtual FQuat GetIesRotation () const override
 
virtual void SetIesRotation (const FQuat &InIesRotation) override
 
TSharedPtr< IDatasmithMaterialIDElement > & GetLightFunctionMaterial () override
 
void SetLightFunctionMaterial (const TSharedPtr< IDatasmithMaterialIDElement > &InMaterial) override
 
void SetLightFunctionMaterial (const TCHAR *InMaterialName) override
 
const TCHARGetIesTexturePathName () const override
 
void SetIesTexturePathName (const TCHAR *InTextureName) override
 
- Public Member Functions inherited from FDatasmithActorElementImpl< InterfaceType >
 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< FDatasmithActorElementImpl< InterfaceType > >
TSharedRef< FDatasmithActorElementImpl< InterfaceType >, Mode > AsShared ()
 
TSharedRef< FDatasmithActorElementImpl< InterfaceType > const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FDatasmithActorElementImpl< InterfaceType >, Mode > AsWeak ()
 
TWeakPtr< FDatasmithActorElementImpl< InterfaceType > const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Additional Inherited Members

- Protected Member Functions inherited from FDatasmithSpotLightElementImpl< IDatasmithAreaLightElement >
 FDatasmithSpotLightElementImpl (const TCHAR *InName, EDatasmithElementType ChildType)
 
- Protected Member Functions inherited from FDatasmithPointLightElementImpl< InterfaceType >
 FDatasmithPointLightElementImpl (const TCHAR *InName, EDatasmithElementType ChildType)
 
- Protected Member Functions inherited from FDatasmithLightActorElementImpl< InterfaceType >
 FDatasmithLightActorElementImpl (const TCHAR *InName, EDatasmithElementType ChildType)
 
- Protected Member Functions inherited from FDatasmithActorElementImpl< InterfaceType >
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< FDatasmithActorElementImpl< InterfaceType > >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FDatasmithActorElementImpl< InterfaceType > >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
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

◆ FDatasmithAreaLightElementImpl()

FDatasmithAreaLightElementImpl::FDatasmithAreaLightElementImpl ( const TCHAR InName)
inlineexplicit

Member Function Documentation

◆ GetLength()

virtual float FDatasmithAreaLightElementImpl::GetLength ( ) const
inlineoverridevirtual

◆ GetLightShape()

virtual EDatasmithLightShape FDatasmithAreaLightElementImpl::GetLightShape ( ) const
inlineoverridevirtual

◆ GetLightType()

virtual EDatasmithAreaLightType FDatasmithAreaLightElementImpl::GetLightType ( ) const
inlineoverridevirtual

◆ GetWidth()

virtual float FDatasmithAreaLightElementImpl::GetWidth ( ) const
inlineoverridevirtual

◆ SetLength()

virtual void FDatasmithAreaLightElementImpl::SetLength ( float  InLength)
inlineoverridevirtual

◆ SetLightShape()

virtual void FDatasmithAreaLightElementImpl::SetLightShape ( EDatasmithLightShape  InShape)
inlineoverridevirtual

◆ SetLightType()

virtual void FDatasmithAreaLightElementImpl::SetLightType ( EDatasmithAreaLightType  InLightType)
inlineoverridevirtual

◆ SetWidth()

virtual void FDatasmithAreaLightElementImpl::SetWidth ( float  InWidth)
inlineoverridevirtual

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