Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TWrappedAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf< TIsFundamentalType< Type >::Value, Type * >::Type GetPtr () |
Returns typed ptr to memory | Animation/WrappedAttribute.h | |
| Animation/WrappedAttribute.h | |||
TEnableIf< TIsFundamentalType< Type >::Value, constType * >::Type GetPtr () |
Returns typed const ptr to memory | Animation/WrappedAttribute.h | |
| Animation/WrappedAttribute.h |
GetPtr()
Description
Returns typed ptr to memory
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/WrappedAttribute.h |
| Include Path | #include "Animation/WrappedAttribute.h" |
template<typename Type>
TEnableIf < TIsFundamentalType < Type >::Value , Type * >::Type GetPtr()
GetPtr()
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/WrappedAttribute.h |
| Include Path | #include "Animation/WrappedAttribute.h" |
template<typename Type>
TEnableIf <!TIsFundamentalType < Type >::Value , Type * >::Type GetPtr()
GetPtr()
Description
Returns typed const ptr to memory
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/WrappedAttribute.h |
| Include Path | #include "Animation/WrappedAttribute.h" |
template<typename Type>
TEnableIf < TIsFundamentalType < Type >::Value , constType * >::Type GetPtr() const
GetPtr()
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/WrappedAttribute.h |
| Include Path | #include "Animation/WrappedAttribute.h" |
template<typename Type>
TEnableIf <!TIsFundamentalType < Type >::Value , constType * >::Type GetPtr() const