UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDatasmithSpotLightElementImpl< InterfaceType > Class Template Reference

#include <DatasmithSceneElementsImpl.h>

+ Inheritance diagram for FDatasmithSpotLightElementImpl< InterfaceType >:

Public Member Functions

 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
 

Protected Member Functions

 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 ()
 

Additional Inherited Members

- 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

◆ FDatasmithSpotLightElementImpl() [1/2]

template<typename InterfaceType = IDatasmithSpotLightElement>
FDatasmithSpotLightElementImpl< InterfaceType >::FDatasmithSpotLightElementImpl ( const TCHAR InName)
inlineexplicit

◆ FDatasmithSpotLightElementImpl() [2/2]

template<typename InterfaceType = IDatasmithSpotLightElement>
FDatasmithSpotLightElementImpl< InterfaceType >::FDatasmithSpotLightElementImpl ( const TCHAR InName,
EDatasmithElementType  ChildType 
)
inlineexplicitprotected

Member Function Documentation

◆ GetInnerConeAngle()

template<typename InterfaceType = IDatasmithSpotLightElement>
virtual float FDatasmithSpotLightElementImpl< InterfaceType >::GetInnerConeAngle ( ) const
inlineoverridevirtual

◆ GetOuterConeAngle()

template<typename InterfaceType = IDatasmithSpotLightElement>
virtual float FDatasmithSpotLightElementImpl< InterfaceType >::GetOuterConeAngle ( ) const
inlineoverridevirtual

◆ SetInnerConeAngle()

template<typename InterfaceType = IDatasmithSpotLightElement>
virtual void FDatasmithSpotLightElementImpl< InterfaceType >::SetInnerConeAngle ( float  InInnerConeAngle)
inlineoverridevirtual

◆ SetOuterConeAngle()

template<typename InterfaceType = IDatasmithSpotLightElement>
virtual void FDatasmithSpotLightElementImpl< InterfaceType >::SetOuterConeAngle ( float  InOuterConeAngle)
inlineoverridevirtual

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