Reader

The abstract [Reader](API\Plugins\RigLogicLib\dna\Reader) which its implementations are expected to inherit. @note This class combines the various different reader interfaces into a single interface. The artificial separation into multiple interfaces mirrors the DNA file structure that is separated into matching layers under the same names. As these layers can be selectively loaded, it might be convenient to slice-off interfaces which layers were not loaded.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/Reader.h

Include

#include "dna/Reader.h"

Syntax

class Reader :
    public dna::BehaviorReader,
    public dna::GeometryReader

Remarks

The abstract Reader which its implementations are expected to inherit. @note This class combines the various different reader interfaces into a single interface. The artificial separation into multiple interfaces mirrors the DNA file structure that is separated into matching layers under the same names. As these layers can be selectively loaded, it might be convenient to slice-off interfaces which layers were not loaded.

Destructors

Name Description

Public function

~Reader()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss