Navigation
API > API/Plugins > API/Plugins/RigLogicModule > API/Plugins/RigLogicModule/FLegacyDNAReader
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 → FLegacyDNAReader::GetConfig
| Name | GetConfig |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/LegacyDNAReaderAdapter.h |
| Include Path | #include "LegacyDNAReaderAdapter.h" |
virtual const FDNAConfig & GetConfig() const