|
| UE_API | FDatasmithDecalActorElementImpl (const TCHAR *InName) |
| |
| virtual UE_API FVector | GetDimensions () const |
| |
| virtual UE_API void | SetDimensions (const FVector &InDimensions) |
| |
| virtual UE_API const TCHAR * | GetDecalMaterialPathName () const |
| |
| virtual UE_API void | SetDecalMaterialPathName (const TCHAR *InMaterialPathName) |
| |
| virtual UE_API int32 | GetSortOrder () const |
| |
| virtual UE_API void | SetSortOrder (int32 InSortOrder) |
| |
| | FDatasmithCustomActorElementImpl (const TCHAR *InName, EDatasmithElementType InChildType=EDatasmithElementType::None) |
| |
| virtual const TCHAR * | GetClassOrPathName () const override |
| |
| virtual void | SetClassOrPathName (const TCHAR *InClassOrPathName) override |
| |
| virtual int32 | GetPropertiesCount () const override |
| |
| virtual const TSharedPtr< IDatasmithKeyValueProperty > & | GetProperty (int32 Index) const override |
| |
| virtual const TSharedPtr< IDatasmithKeyValueProperty > & | GetPropertyByName (const TCHAR *InName) const override |
| |
| virtual void | AddProperty (const TSharedPtr< IDatasmithKeyValueProperty > &InProperty) override |
| |
| virtual void | RemoveProperty (const TSharedPtr< IDatasmithKeyValueProperty > &Property) override |
| |
| | 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 TCHAR * | GetLayer () 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 TCHAR * | GetTag (int32 TagIndex) const override |
| |
| virtual void | AddChild (const TSharedPtr< IDatasmithActorElement > &InChild, EDatasmithActorAttachmentRule AttachementRule=EDatasmithActorAttachmentRule::KeepWorldTransform) override |
| |
| virtual int32 | GetChildrenCount () const override |
| |
| virtual TSharedPtr< IDatasmithActorElement > | GetChild (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 |
| |
| | FDatasmithElementImpl (const TCHAR *InName, EDatasmithElementType InType, uint64 InSubType=0) |
| |
| virtual | ~FDatasmithElementImpl () |
| |
| virtual bool | IsA (EDatasmithElementType InType) const override |
| |
| virtual const TCHAR * | GetName () const override |
| |
| virtual void | SetName (const TCHAR *InName) override |
| |
| virtual const TCHAR * | GetLabel () const override |
| |
| virtual void | SetLabel (const TCHAR *InLabel) override |
| |
| virtual FMD5Hash | CalculateElementHash (bool) override |
| |
| virtual TSharedPtr< DirectLink::FSceneGraphSharedState > | MakeSharedState () const override |
| |
| virtual const DirectLink::FParameterStore & | GetStore () const override |
| |
| virtual DirectLink::FParameterStore & | GetStore () override |
| |
| 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 |
| |