Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSmartNameMappingIterator
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. |
Animation/SmartName.h |
|
|
|
Animation/SmartName.h |
|
|
|
Animation/SmartName.h |
|
|
This class struct should only be crated by FSmartNameMapping::Iterate. |
Animation/SmartName.h |
|
FSmartNameMappingIterator()
Description
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables.
| |
|
| Name |
FSmartNameMappingIterator |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h |
| Include Path |
#include "Animation/SmartName.h" |
FSmartNameMappingIterator()
FSmartNameMappingIterator(const FSmartNameMappingIterator &)
| |
|
| Name |
FSmartNameMappingIterator |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h |
| Include Path |
#include "Animation/SmartName.h" |
FSmartNameMappingIterator
(
const FSmartNameMappingIterator &
)
FSmartNameMappingIterator(FSmartNameMappingIterator &&)
| |
|
| Name |
FSmartNameMappingIterator |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h |
| Include Path |
#include "Animation/SmartName.h" |
FSmartNameMappingIterator
(
FSmartNameMappingIterator &&
)
FSmartNameMappingIterator(const FSmartNameMapping *, SmartName::UID_Type)
Description
This class struct should only be crated by FSmartNameMapping::Iterate.
| |
|
| Name |
FSmartNameMappingIterator |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h |
| Include Path |
#include "Animation/SmartName.h" |
FSmartNameMappingIterator
(
const FSmartNameMapping * InMapping,
SmartName::UID_Type InIndex
)