Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/ExtendableBinaryOutputArchive
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
std::enable_if::value >::type processElements
(
const TContainer& source |
terse/archives/binary/OutputArchive.h | ||
std::enable_if< traits::is_batchable< TContainer >::value &&traits::has_wide_elements< TContainer >::value >::type processElements
(
const TContainer& source |
terse/archives/binary/OutputArchive.h | ||
std::enable_if< traits::is_batchable< TContainer >::value &&!traits::has_wide_elements< TContainer >::value >::type processElements
(
const TContainer& source |
terse/archives/binary/OutputArchive.h |
processElements(const TContainer &)
| Name | processElements |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/OutputArchive.h |
| Include Path | #include "terse/archives/binary/OutputArchive.h" |
template<class TContainer>
std::enable_if<!traits::is_batchable< TContainer >::value >::type processElements
(
const TContainer & source
)
processElements(const TContainer &)
| Name | processElements |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/OutputArchive.h |
| Include Path | #include "terse/archives/binary/OutputArchive.h" |
template<class TContainer>
std::enable_if< traits::is_batchable< TContainer >::value &&traits::has_wide_elements < TContainer >::value >::type processElements
(
const TContainer & source
)
processElements(const TContainer &)
| Name | processElements |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/OutputArchive.h |
| Include Path | #include "terse/archives/binary/OutputArchive.h" |
template<class TContainer>
std::enable_if< traits::is_batchable< TContainer >::value &&!traits::has_wide_elements < TContainer >::value >::type processElements
(
const TContainer & source
)