|
| | FDatasmithPostProcessVolumeElementImpl (const TCHAR *InName) |
| |
| virtual TSharedRef< IDatasmithPostProcessElement > | GetSettings () const override |
| |
| virtual void | SetSettings (const TSharedRef< IDatasmithPostProcessElement > &InSettings) override |
| |
| virtual bool | GetEnabled () const |
| |
| virtual void | SetEnabled (bool bInEnabled) |
| |
| virtual bool | GetUnbound () const override |
| |
| virtual void | SetUnbound (bool bInUnbound) 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< 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 |
| |