Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TAttribute< ObjectType > Member List

This is the complete list of members for TAttribute< ObjectType >, including all inherited members.

Bind(const FGetter &InGetter)TAttribute< ObjectType >inline
Bind(FGetter &&InGetter)TAttribute< ObjectType >inline
Bind(TSharedRef< SourceType > InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr)TAttribute< ObjectType >inline
Bind(SourceType *InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr)TAttribute< ObjectType >inline
BindRaw(SourceType *InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr)TAttribute< ObjectType >inline
BindStatic(TIdentity_T< typename FGetter::template TFuncPtr< VarTypes... > > InFuncPtr, VarTypes... Vars)TAttribute< ObjectType >inline
BindUFunction(SourceType *InUserObject, const FName &InFunctionName)TAttribute< ObjectType >inline
BindUObject(SourceType *InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr)TAttribute< ObjectType >inline
bIsSetTAttribute< ObjectType >private
Create(const FGetter &InGetter)TAttribute< ObjectType >inlinestatic
Create(SourceType *InUserObject, const FName &InFunctionName)TAttribute< ObjectType >inlinestatic
Create(TFunction< ObjectType(void)> &&InLambda)TAttribute< ObjectType >inlinestatic
CreateLambda(LambdaType &&InCallable, PayloadTypes &&... InputPayload)TAttribute< ObjectType >inlinestatic
CreateRaw(SourceType *InObject, ObjectType(SourceTypeOrBase::*InMethod)(PayloadTypes...), typename TDecay< PayloadTypes >::Type... InputPayload)TAttribute< ObjectType >inlinestatic
CreateRaw(const SourceType *InObject, ObjectType(SourceTypeOrBase::*InMethod)(PayloadTypes...) const, typename TDecay< PayloadTypes >::Type... InputPayload)TAttribute< ObjectType >inlinestatic
CreateSP(SourceType *InObject, ObjectType(SourceTypeOrBase::*InMethod)(PayloadTypes...), typename TDecay< PayloadTypes >::Type... InputPayload)TAttribute< ObjectType >inlinestatic
CreateSP(const SourceType *InObject, ObjectType(SourceTypeOrBase::*InMethod)(PayloadTypes...) const, typename TDecay< PayloadTypes >::Type... InputPayload)TAttribute< ObjectType >inlinestatic
CreateStatic(TIdentity_T< typename FGetter::template TFuncPtr< VarTypes... > > InFuncPtr, VarTypes... Vars)TAttribute< ObjectType >inlinestatic
CreateStatic(FuncPtrType &&InFuncPtr, VarTypes... Vars)TAttribute< ObjectType >inlinestatic
DECLARE_DELEGATE_RetVal(ObjectType, FGetter)TAttribute< ObjectType >
Get() constTAttribute< ObjectType >inline
Get(const ObjectType &DefaultValue) constTAttribute< ObjectType >inline
GetBinding() constTAttribute< ObjectType >inline
GetterTAttribute< ObjectType >private
IdenticalTo(const TAttribute &InOther) constTAttribute< ObjectType >inline
IsBound() constTAttribute< ObjectType >inline
IsSet() constTAttribute< ObjectType >inline
Set(const OtherType &InNewValue)TAttribute< ObjectType >inline
Set(ObjectType &&InNewValue)TAttribute< ObjectType >inline
Steal()TAttribute< ObjectType >inline
TAttributeTAttribute< ObjectType >friend
TAttribute()TAttribute< ObjectType >inline
TAttribute(const OtherType &InInitialValue)TAttribute< ObjectType >inline
TAttribute(ObjectType &&InInitialValue)TAttribute< ObjectType >inline
TAttribute(TSharedRef< SourceType > InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr)TAttribute< ObjectType >inline
TAttribute(SourceType *InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr)TAttribute< ObjectType >inline
TAttribute(const FGetter &InGetter, bool bExplicitConstructor)TAttribute< ObjectType >inlineprivate
ValueTAttribute< ObjectType >mutableprivate