enum DataPackPassingPolicy

#include <from_engine_datapack.h>

enum DataPackPassingPolicy {
    PASS_BY_VALUE,
    PASS_BY_REFERENCE,
};