Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/PoseSearch > API/Plugins/PoseSearch/PoseSearch/FKeyBuilder > API/Plugins/PoseSearch/PoseSearch/FKeyBuilder/op_lshift
- FArchive::operator<<()
- FKeyBuilder::operator<<()
References
Module | PoseSearch |
Header | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchDerivedDataKey.h |
Include | #include "PoseSearch/PoseSearchDerivedDataKey.h" |
Source | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Runtime/Private/PoseSearchDerivedDataKey.cpp |
virtual FArchive & operator<<
&40;
FName & Value
&41;
Remarks
Serializes an FName value from or into this archive.
This operator can be implemented by sub-classes that wish to serialize FName instances. This instance.
Parameters
Name | Description |
---|---|
Value | The value to serialize. |