Navigation
API > API/Plugins > API/Plugins/RigLogicModule > API/Plugins/RigLogicModule/FSkelMeshDNAReader
Description
Returns the FDNAConfig the reader was constructed with, with all per-platform fields resolved to scalar values for the host platform that built it. Use this to compare host config against a cook-target config without going through TPerPlatformProperty::GetValue() (which reads OnGetPreviewPlatform, an FNotThreadSafeDelegate that the cook server may rebind concurrently).
Virtual Inheritance
- IDNAReaderBase::GetConfig → FSkelMeshDNAReader::GetConfig
| Name | GetConfig |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/SkelMeshDNAReader.h |
| Include Path | #include "SkelMeshDNAReader.h" |
| Source | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Private/SkelMeshDNAReader.cpp |
virtual const FDNAConfig & GetConfig() const