Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/ValueFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static std::enable_if< IsPrimitive, T >::type create
(
const ParentAllocator& |
terse/archives/Common.h | ||
static std::enable_if::type create
(
const ParentAllocator& alloc |
terse/archives/Common.h | ||
static std::enable_if::type create
(
const ParentAllocator& alloc |
terse/archives/Common.h | ||
static std::enable_if::type create
(
const ParentAllocator& alloc |
terse/archives/Common.h | ||
static std::enable_if::type create
(
const ParentAllocator& alloc |
terse/archives/Common.h |
create(const ParentAllocator &)
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/Common.h |
| Include Path | #include "terse/archives/Common.h" |
template<class ParentAllocator, bool IsPrimitive>
static std::enable_if< IsPrimitive, T >::type create
(
const ParentAllocator &
)
create(const ParentAllocator &)
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/Common.h |
| Include Path | #include "terse/archives/Common.h" |
template<class ParentAllocator, bool IsPrimitive>
static std::enable_if<!IsPrimitive &&NeedsMemoryResource, T >::type create
(
const ParentAllocator & alloc
)
create(const ParentAllocator &)
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/Common.h |
| Include Path | #include "terse/archives/Common.h" |
template<class ParentAllocator, bool IsPrimitive>
static std::enable_if<!IsPrimitive &&!NeedsMemoryResource &&NeedsAllocator, T >::type create
(
const ParentAllocator & alloc
)
create(const ParentAllocator &)
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/Common.h |
| Include Path | #include "terse/archives/Common.h" |
template<class ParentAllocator, bool IsPrimitive>
static std::enable_if<!IsPrimitive &&!NeedsMemoryResource &&!NeedsAllocator &&IsPair, T >::type create
(
const ParentAllocator & alloc
)
create(const ParentAllocator &)
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/Common.h |
| Include Path | #include "terse/archives/Common.h" |
template<class ParentAllocator, bool IsPrimitive>
static std::enable_if<!IsPrimitive &&!NeedsMemoryResource &&!NeedsAllocator &&!IsPair &&IsTuple, T >::type create
(
const ParentAllocator & alloc
)