Apparatus Version 1.23
ECS data-oriented workflow for Unreal Engine.
Loading...
Searching...
No Matches
Deprecated List
Member AMechanism::SpawnSubject (FSubjectHandle &OutSubjectHandle, const FTraitmark &Traitmark, const EFlagmark Flagmark=FM_None)
since 1.23. Use SpawnSubject() within a polite paradigm, please.
Member AMechanism::SpawnSubject (FSubjectHandle &OutSubjectHandle, FTraitmark &&Traitmark, const EFlagmark Flagmark=FM_None)
since 1.23. Use SpawnSubject() within a polite paradigm, please.
Member AMechanism::SpawnSubject (FSubjectHandle &OutSubjectHandle, const EFlagmark Flagmark=FM_None)
since 1.23. Use SpawnSubject() within a polite paradigm, please.
Member AMechanism::SpawnSubject (const FSubjectRecord &SubjectRecord, EApparatusStatus &OutStatus)
since 1.23. Use SpawnSubject() within a polite paradigm, please.
Member AMechanism::SpawnSubject (FSubjectRecord &&SubjectRecord, EApparatusStatus &OutStatus)
since 1.23. Use SpawnSubject() within a polite paradigm, please.
Member AMechanism::SpawnSubject (FSubjectRecord &SubjectRecord, EApparatusStatus &OutStatus)
since 1.23. Use SpawnSubject() within a polite paradigm, please.
Member FFingerprint::ContainsDetail (const TSubclassOf< UDetail > DetailClass) const
since 1.23 The method was renamed. Just use the 'Contains' variant, please.
Member FFingerprint::ContainsTrait (const UScriptStruct *const TraitType) const
since 1.23 The method was renamed. Just use the 'Contains' variant, please.
Member FSubjectInfo::PushTrait (UScriptStruct *const TraitType, const void *const TraitData, EPeerRole PeerRole=EPeerRole::Auto, const bool bReliable=true)
since 1.23 The bSetForLocal argument is deprecated now. Set the trait explicitly or use the version of the method without the argument, please.
Member FSubjectInfo::PushTrait (UScriptStruct *const TraitType, const void *const TraitData, const bool bSetForLocal, EPeerRole PeerRole=EPeerRole::Auto, const bool bReliable=true)
since 1.23 The bSetForLocal argument is deprecated now. Set the trait explicitly or use the version of the method without the argument, please.
Member FSubjectInfo::PushTrait (const T &Trait, const bool bSetForLocal=false, const EPeerRole PeerRole=EPeerRole::Auto, const bool bReliable=true)
since 1.23 The bSetForLocal argument is deprecated now. Set the trait explicitly or use the version of the method without the argument, please.
Member ISolidSubjective::FindDetail (TSubclassOf< UDetail > DetailClass, const bool bIncludeDisabled=false) const
Find a detail by its class.
Member ISolidSubjective::FindDetail (const bool bIncludeDisabled=false) const
Find a detail by its class. Templated version.
Member ISolidSubjective::FindDetails (TSubclassOf< UDetail > DetailClass, TArray< UDetail * > &OutDetails, const bool bIncludeDisabled=false) const
Find the details by their class.
Member ISubjective::FindDetail (TSubclassOf< UDetail > DetailClass, const bool bIncludeDisabled=false) const
Find a detail by its class.
Member ISubjective::FindDetail (const bool bIncludeDisabled=false) const
Find a detail by its class. Templated version.
Member ISubjective::FindDetails (TSubclassOf< UDetail > DetailClass, TArray< UDetail * > &OutDetails, const bool bIncludeDisabled=false) const
Find the details by their class.
Member ISubjective::PushTrait (UScriptStruct *const TraitType, const void *const TraitData, const bool bSetForLocal, const EPeerRole PeerRole=EPeerRole::Auto, const bool bReliable=true)
since 1.23 The bSetForLocal argument is deprecated now. Set it explicitly and use the version of the method without the argument, please.
Member ISubjective::PushTrait (const T &Trait, const bool bSetForLocal=false, const EPeerRole PeerRole=EPeerRole::Auto, const bool bReliable=true)
since 1.23 The bSetForLocal argument is deprecated now. Set it explicitly and use the version of the method without the argument, please.
Member TSubjectHandle< bAllowChanges, bAllowDirectTraitAccess, bAllowStructuralChanges >::PushTrait (UScriptStruct *const TraitType, const void *const TraitData, const bool bSetForLocal=false, const EPeerRole PeerRole=EPeerRole::Auto, const bool bReliable=true) const
since 1.23 The bSetForLocal argument is deprecated now. Set the trait explicitly or use the version of the method without the argument, please.
Member TSubjectHandle< bAllowChanges, bAllowDirectTraitAccess, bAllowStructuralChanges >::PushTrait (const T &Trait, const bool bSetForLocal=false, const EPeerRole PeerRole=EPeerRole::Auto, const bool bReliable=true) const
since 1.23 The bSetForLocal argument is deprecated now. Set the trait explicitly or use the version of the method without the argument, please.
Member TSubjectHandle< bAllowChanges, bAllowDirectTraitAccess, bAllowStructuralChanges >::SetFlag_Status (const EFlagmarkBit Flag, const bool bState=true) const
since 1.23. Use the SetFlag() method within a polite paradigm, please.
Member TSubjectHandle< bAllowChanges, bAllowDirectTraitAccess, bAllowStructuralChanges >::SetFlagmark_Status (const EFlagmark Flagmark) const
since 1.23. Use the SetFlagmark() method within a polite paradigm, please.
Member TSubjectHandle< bAllowChanges, bAllowDirectTraitAccess, bAllowStructuralChanges >::SetFlagmarkMasked_Status (const EFlagmark Flagmark, const EFlagmark Mask) const
since 1.23. Use the SetFlagmarkMasked() method within a polite paradigm, please.